Shades of Moss Green #B8DCB6
Tints of Moss Green #B8DCB6
RGB
CMYK
RGB Variations
Color information
#B8DCB6 (or 0xB8DCB6) is known color: Moss Green. HEX triplet: B8, DC and B6. RGB value is (184,220,182). Sum of RGB (Red+Green+Blue) = 184+220+182=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCB6 is #472349. Grayscale: #CDCDCD. Windows color (decimal): -4662090 or 11984056. OLE color: 11984056.
HSL color Cylindrical-coordinate representation of color #B8DCB6: hue angle of 116.84º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DCB6 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 182 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.14 |
| HSL | 116.84º | 0.35% | 0.79% | - |
| HSV(B) | 116.84º | 0.17% | 0.86% | - |
| XYZ | 53.8 | 64.75 | 53.92 | - |
| YUV | 204.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 182 | 0.16 | 0 | 0.17 | 0.14 | 116.84 | 0.35 | 0.79 |
| Hex | B8 | DC | B6 | 10 | 0 | 11 | E | 75 | 23 | 4F |
| Octal | 270 | 334 | 266 | 20 | 0 | 21 | 16 | 165 | 43 | 117 |
| Binary | 10111000 | 11011100 | 10110110 | 10000 | 0 | 10001 | 1110 | 1110101 | 100011 | 1001111 |
Color Harmonies of #B8DCB6
Complementary color
Monochromatic Colors of #B8DCB6
Black with #B8DCB6
Text Example
Text Example
White with #B8DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCB6; }
p { color: rgb(184,220,182); }
H1.HeaderClassName
{
color: #B8DCB6;
}
.AnyTagClassName
{
color: #B8DCB6;
}
</style>
background-color css
<style>
a { background-color: #B8DCB6; }
a { background-color: rgb(184,220,182); }
div.DivClassName
{
background-color: #B8DCB6;
}
.BgClassName
{
background-color: #B8DCB6;
}
</style>
border-color css
<style>
span { border-color: #B8DCB6; }
span { border-color: rgb(184,220,182); }
td.TdClassName
{
border-color: #B8DCB6;
}
.TagClassName
{
border-color: #B8DCB6;
}
</style>