Shades of Moss Green #B0DBB0
Tints of Moss Green #B0DBB0
RGB
CMYK
RGB Variations
Color information
#B0DBB0 (or 0xB0DBB0) is known color: Moss Green. HEX triplet: B0, DB and B0. RGB value is (176,219,176). Sum of RGB (Red+Green+Blue) = 176+219+176=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBB0 is #4F244F. Grayscale: #C9C9C9. Windows color (decimal): -5186640 or 11590576. OLE color: 11590576.
HSL color Cylindrical-coordinate representation of color #B0DBB0: hue angle of 120º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBB0 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 176 | 219 | 176 | - |
CMYK | 0.20 | 0 | 0.20 | 0.14 |
HSL | 120º | 0.37% | 0.77% | - |
HSV(B) | 120º | 0.2% | 0.86% | - |
XYZ | 51.07 | 63.03 | 50.55 | - |
YUV | 201.24 | 113.75 | 110 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 219 | 176 | 0.20 | 0 | 0.20 | 0.14 | 120 | 0.37 | 0.77 |
Hex | B0 | DB | B0 | 14 | 0 | 14 | E | 78 | 25 | 4D |
Octal | 260 | 333 | 260 | 24 | 0 | 24 | 16 | 170 | 45 | 115 |
Binary | 10110000 | 11011011 | 10110000 | 10100 | 0 | 10100 | 1110 | 1111000 | 100101 | 1001101 |
Color Harmonies of #B0DBB0
Complementary color
Monochromatic Colors of #B0DBB0
Black with #B0DBB0
Text Example
Text Example
White with #B0DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBB0; }
p { color: rgb(176,219,176); }
H1.HeaderClassName
{
color: #B0DBB0;
}
.AnyTagClassName
{
color: #B0DBB0;
}
</style>
background-color css
<style>
a { background-color: #B0DBB0; }
a { background-color: rgb(176,219,176); }
div.DivClassName
{
background-color: #B0DBB0;
}
.BgClassName
{
background-color: #B0DBB0;
}
</style>
border-color css
<style>
span { border-color: #B0DBB0; }
span { border-color: rgb(176,219,176); }
td.TdClassName
{
border-color: #B0DBB0;
}
.TagClassName
{
border-color: #B0DBB0;
}
</style>