#B0DFAF

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

Shades of Moss Green #B0DFAF

Tints of Moss Green #B0DFAF

Color information

#B0DFAF (or 0xB0DFAF) is unknown color: approx Moss Green. HEX triplet: B0, DF and AF. RGB value is (176,223,175). Sum of RGB (Red+Green+Blue) = 176+223+175=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFAF is #4F2050. Grayscale: #CBCBCB. Windows color (decimal): -5185617 or 11526064. OLE color: 11526064.

HSL color Cylindrical-coordinate representation of color #B0DFAF: hue angle of 118.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0DFAF is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB176223175-
CMYK0.2100.220.13
HSL118.75º42.86%78.04%-
HSV(B)118.75º21.52%87.45%-
XYZ52.0365.150.38-
YUV203.47111.93108.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=30.66%
G=38.85%
B=30.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231750.2100.220.13118.7542.8678.04
HexB0DFAF15016D772b4e
Octal260337257250261516753116
Binary10110000110111111010111110101010110110111101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFAF; }

 p { color: rgb(176,223,175); }

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

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

 a { background-color: rgb(176,223,175); }

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

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

 span { border-color: rgb(176,223,175); }

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