Shades of Moss Green #B8DDB6
Tints of Moss Green #B8DDB6
RGB
CMYK
RGB Variations
Color information
#B8DDB6 (or 0xB8DDB6) is known color: Moss Green. HEX triplet: B8, DD and B6. RGB value is (184,221,182). Sum of RGB (Red+Green+Blue) = 184+221+182=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDB6 is #472249. Grayscale: #CDCDCD. Windows color (decimal): -4661834 or 11984312. OLE color: 11984312.
HSL color Cylindrical-coordinate representation of color #B8DDB6: hue angle of 116.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8DDB6 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 184 | 221 | 182 | - |
CMYK | 0.17 | 0 | 0.18 | 0.13 |
HSL | 116.92º | 0.36% | 0.79% | - |
HSV(B) | 116.92º | 0.18% | 0.87% | - |
XYZ | 54.07 | 65.28 | 54.01 | - |
YUV | 205.49 | 114.74 | 112.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 221 | 182 | 0.17 | 0 | 0.18 | 0.13 | 116.92 | 0.36 | 0.79 |
Hex | B8 | DD | B6 | 11 | 0 | 12 | D | 75 | 24 | 4F |
Octal | 270 | 335 | 266 | 21 | 0 | 22 | 15 | 165 | 44 | 117 |
Binary | 10111000 | 11011101 | 10110110 | 10001 | 0 | 10010 | 1101 | 1110101 | 100100 | 1001111 |
Color Harmonies of #B8DDB6
Complementary color
Monochromatic Colors of #B8DDB6
Black with #B8DDB6
Text Example
Text Example
White with #B8DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDB6; }
p { color: rgb(184,221,182); }
H1.HeaderClassName
{
color: #B8DDB6;
}
.AnyTagClassName
{
color: #B8DDB6;
}
</style>
background-color css
<style>
a { background-color: #B8DDB6; }
a { background-color: rgb(184,221,182); }
div.DivClassName
{
background-color: #B8DDB6;
}
.BgClassName
{
background-color: #B8DDB6;
}
</style>
border-color css
<style>
span { border-color: #B8DDB6; }
span { border-color: rgb(184,221,182); }
td.TdClassName
{
border-color: #B8DDB6;
}
.TagClassName
{
border-color: #B8DDB6;
}
</style>