#B0DEAA

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

Shades of Moss Green #B0DEAA

Tints of Moss Green #B0DEAA

Color information

#B0DEAA (or 0xB0DEAA) is unknown color: approx Moss Green. HEX triplet: B0, DE and AA. RGB value is (176,222,170). Sum of RGB (Red+Green+Blue) = 176+222+170=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEAA is #4F2155. Grayscale: #CACACA. Windows color (decimal): -5185878 or 11198128. OLE color: 11198128.

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

Color convert

RGB176222170-
CMYK0.2100.230.13
HSL113.08º44.07%76.86%-
HSV(B)113.08º23.42%87.06%-
XYZ51.2864.3747.75-
YUV202.32109.76109.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=30.99%
G=39.08%
B=29.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221700.2100.230.13113.0844.0776.86
HexB0DEAA15017D712c4d
Octal260336252250271516154115
Binary10110000110111101010101010101010111110111100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEAA; }

 p { color: rgb(176,222,170); }

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

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

 a { background-color: rgb(176,222,170); }

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

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

 span { border-color: rgb(176,222,170); }

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