Shades of Moss Green #B8DBB5
Tints of Moss Green #B8DBB5
RGB
CMYK
RGB Variations
Color information
#B8DBB5 (or 0xB8DBB5) is known color: Moss Green. HEX triplet: B8, DB and B5. RGB value is (184,219,181). Sum of RGB (Red+Green+Blue) = 184+219+181=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBB5 is #47244A. Grayscale: #CCCCCC. Windows color (decimal): -4662347 or 11918264. OLE color: 11918264.
HSL color Cylindrical-coordinate representation of color #B8DBB5: hue angle of 115.26º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DBB5 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 181 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.14 |
| HSL | 115.26º | 0.35% | 0.78% | - |
| HSV(B) | 115.26º | 0.17% | 0.86% | - |
| XYZ | 53.44 | 64.19 | 53.29 | - |
| YUV | 204.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 181 | 0.16 | 0 | 0.17 | 0.14 | 115.26 | 0.35 | 0.78 |
| Hex | B8 | DB | B5 | 10 | 0 | 11 | E | 73 | 23 | 4E |
| Octal | 270 | 333 | 265 | 20 | 0 | 21 | 16 | 163 | 43 | 116 |
| Binary | 10111000 | 11011011 | 10110101 | 10000 | 0 | 10001 | 1110 | 1110011 | 100011 | 1001110 |
Color Harmonies of #B8DBB5
Complementary color
Monochromatic Colors of #B8DBB5
Black with #B8DBB5
Text Example
Text Example
White with #B8DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBB5; }
p { color: rgb(184,219,181); }
H1.HeaderClassName
{
color: #B8DBB5;
}
.AnyTagClassName
{
color: #B8DBB5;
}
</style>
background-color css
<style>
a { background-color: #B8DBB5; }
a { background-color: rgb(184,219,181); }
div.DivClassName
{
background-color: #B8DBB5;
}
.BgClassName
{
background-color: #B8DBB5;
}
</style>
border-color css
<style>
span { border-color: #B8DBB5; }
span { border-color: rgb(184,219,181); }
td.TdClassName
{
border-color: #B8DBB5;
}
.TagClassName
{
border-color: #B8DBB5;
}
</style>