Shades of Moss Green #B9DDB5
Tints of Moss Green #B9DDB5
RGB
CMYK
RGB Variations
Color information
#B9DDB5 (or 0xB9DDB5) is known color: Moss Green. HEX triplet: B9, DD and B5. RGB value is (185,221,181). Sum of RGB (Red+Green+Blue) = 185+221+181=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDB5 is #46224A. Grayscale: #CDCDCD. Windows color (decimal): -4596299 or 11918777. OLE color: 11918777.
HSL color Cylindrical-coordinate representation of color #B9DDB5: hue angle of 114º degrees, saturation: 0.37, 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 #B9DDB5 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 181 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.13 |
| HSL | 114º | 0.37% | 0.79% | - |
| HSV(B) | 114º | 0.18% | 0.87% | - |
| XYZ | 54.2 | 65.36 | 53.48 | - |
| YUV | 205.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 181 | 0.16 | 0 | 0.18 | 0.13 | 114 | 0.37 | 0.79 |
| Hex | B9 | DD | B5 | 10 | 0 | 12 | D | 72 | 25 | 4F |
| Octal | 271 | 335 | 265 | 20 | 0 | 22 | 15 | 162 | 45 | 117 |
| Binary | 10111001 | 11011101 | 10110101 | 10000 | 0 | 10010 | 1101 | 1110010 | 100101 | 1001111 |
Color Harmonies of #B9DDB5
Complementary color
Monochromatic Colors of #B9DDB5
Black with #B9DDB5
Text Example
Text Example
White with #B9DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDB5; }
p { color: rgb(185,221,181); }
H1.HeaderClassName
{
color: #B9DDB5;
}
.AnyTagClassName
{
color: #B9DDB5;
}
</style>
background-color css
<style>
a { background-color: #B9DDB5; }
a { background-color: rgb(185,221,181); }
div.DivClassName
{
background-color: #B9DDB5;
}
.BgClassName
{
background-color: #B9DDB5;
}
</style>
border-color css
<style>
span { border-color: #B9DDB5; }
span { border-color: rgb(185,221,181); }
td.TdClassName
{
border-color: #B9DDB5;
}
.TagClassName
{
border-color: #B9DDB5;
}
</style>