#B0DBAE

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

Shades of Moss Green #B0DBAE

Tints of Moss Green #B0DBAE

Color information

#B0DBAE (or 0xB0DBAE) is unknown color: approx Moss Green. HEX triplet: B0, DB and AE. RGB value is (176,219,174). Sum of RGB (Red+Green+Blue) = 176+219+174=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAE is #4F2451. Grayscale: #C9C9C9. Windows color (decimal): -5186642 or 11459504. OLE color: 11459504.

HSL color Cylindrical-coordinate representation of color #B0DBAE: hue angle of 117.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DBAE is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB176219174-
CMYK0.2000.210.14
HSL117.33º38.46%77.06%-
HSV(B)117.33º20.55%85.88%-
XYZ50.8862.9549.51-
YUV201.01112.75110.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=30.93%
G=38.49%
B=30.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191740.2000.210.14117.3338.4677.06
HexB0DBAE14015E75264d
Octal260333256240251616546115
Binary10110000110110111010111010100010101111011101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBAE; }

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

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

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

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

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

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

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

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