#B0ECAC

Color #B0ECAC Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #B0ECAC

Tints of Moss Green #B0ECAC

Color information

#B0ECAC (or 0xB0ECAC) is unknown color: approx Moss Green. HEX triplet: B0, EC and AC. RGB value is (176,236,172). Sum of RGB (Red+Green+Blue) = 176+236+172=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ECAC is #4F1353. Grayscale: #D2D2D2. Windows color (decimal): -5182292 or 11332784. OLE color: 11332784.

HSL color Cylindrical-coordinate representation of color #B0ECAC: hue angle of 116.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0ECAC is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB176236172-
CMYK0.2500.270.07
HSL116.25º62.75%80%-
HSV(B)116.25º27.12%92.55%-
XYZ55.3572.250.05-
YUV210.76106.12103.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 236 (92.58% from 255) = 40.41%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=30.14%
G=40.41%
B=29.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361720.2500.270.07116.2562.7580
HexB0ECAC1901B7743f50
Octal26035425431033716477120
Binary1011000011101100101011001100101101111111101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECAC; }

 p { color: rgb(176,236,172); }

 H1.HeaderClassName
 {
   color: #B0ECAC;
 }
 .AnyTagClassName
 {
   color: #B0ECAC;
 }
</style>
background-color css

<style>
 a { background-color: #B0ECAC; }

 a { background-color: rgb(176,236,172); }

 div.DivClassName
 {
   background-color: #B0ECAC;
 }
 .BgClassName
 {
   background-color: #B0ECAC;
 }
</style>
border-color css

<style>
 span { border-color: #B0ECAC; }

 span { border-color: rgb(176,236,172); }

 td.TdClassName
 {
   border-color: #B0ECAC;
 }
 .TagClassName
 {
   border-color: #B0ECAC;
 }
</style>