#B0DBA9

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

Shades of Moss Green #B0DBA9

Tints of Moss Green #B0DBA9

Color information

#B0DBA9 (or 0xB0DBA9) is unknown color: approx Moss Green. HEX triplet: B0, DB and A9. RGB value is (176,219,169). Sum of RGB (Red+Green+Blue) = 176+219+169=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBA9 is #4F2456. Grayscale: #C8C8C8. Windows color (decimal): -5186647 or 11131824. OLE color: 11131824.

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

Color convert

RGB176219169-
CMYK0.2000.230.14
HSL111.6º40.98%76.08%-
HSV(B)111.6º22.83%85.88%-
XYZ50.462.7646.99-
YUV200.44110.25110.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=31.21%
G=38.83%
B=29.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191690.2000.230.14111.640.9876.08
HexB0DBA914017E70294c
Octal260333251240271616051114
Binary10110000110110111010100110100010111111011100001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBA9; }

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

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

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

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

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

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

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

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