#B0DAAE

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

Shades of Moss Green #B0DAAE

Tints of Moss Green #B0DAAE

Color information

#B0DAAE (or 0xB0DAAE) is unknown color: approx Moss Green. HEX triplet: B0, DA and AE. RGB value is (176,218,174). Sum of RGB (Red+Green+Blue) = 176+218+174=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DAAE is #4F2551. Grayscale: #C8C8C8. Windows color (decimal): -5186898 or 11459248. OLE color: 11459248.

HSL color Cylindrical-coordinate representation of color #B0DAAE: hue angle of 117.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DAAE is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB176218174-
CMYK0.1900.200.15
HSL117.27º37.29%76.86%-
HSV(B)117.27º20.18%85.49%-
XYZ50.6262.4349.43-
YUV200.43113.09110.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=30.99%
G=38.38%
B=30.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181740.1900.200.15117.2737.2976.86
HexB0DAAE13014F75254d
Octal260332256230241716545115
Binary10110000110110101010111010011010100111111101011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAAE; }

 p { color: rgb(176,218,174); }

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

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

 a { background-color: rgb(176,218,174); }

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

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

 span { border-color: rgb(176,218,174); }

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