#b0ddaf

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

Shades of Moss Green #B0DDAF

Tints of Moss Green #B0DDAF

Color information

#B0DDAF (or 0xB0DDAF) is unknown color: approx Moss Green. HEX triplet: B0, DD and AF. RGB value is (176,221,175). Sum of RGB (Red+Green+Blue) = 176+221+175=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDAF is #4F2250. Grayscale: #CACACA. Windows color (decimal): -5186129 or 11525552. OLE color: 11525552.

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

Color convert

RGB176221175-
CMYK0.2000.210.13
HSL118.7º40.35%77.65%-
HSV(B)118.7º20.81%86.67%-
XYZ51.564.0450.2-
YUV202.3112.59109.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=30.77%
G=38.64%
B=30.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762211750.2000.210.13118.740.3577.65
HexB0DDAF14015D77284e
Octal260335257240251516750116
Binary10110000110111011010111110100010101110111101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ddaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ddaf; }

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

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

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

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

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

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

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

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