Shades of Moss Green #B9DFB5
Tints of Moss Green #B9DFB5
RGB
CMYK
RGB Variations
Color information
#B9DFB5 (or 0xB9DFB5) is known color: Moss Green. HEX triplet: B9, DF and B5. RGB value is (185,223,181). Sum of RGB (Red+Green+Blue) = 185+223+181=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFB5 is #46204A. Grayscale: #CECECE. Windows color (decimal): -4595787 or 11919289. OLE color: 11919289.
HSL color Cylindrical-coordinate representation of color #B9DFB5: hue angle of 114.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9DFB5 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 181 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.13 |
| HSL | 114.29º | 0.4% | 0.79% | - |
| HSV(B) | 114.29º | 0.19% | 0.87% | - |
| XYZ | 54.74 | 66.43 | 53.65 | - |
| YUV | 206.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 181 | 0.17 | 0 | 0.19 | 0.13 | 114.29 | 0.4 | 0.79 |
| Hex | B9 | DF | B5 | 11 | 0 | 13 | D | 72 | 28 | 4F |
| Octal | 271 | 337 | 265 | 21 | 0 | 23 | 15 | 162 | 50 | 117 |
| Binary | 10111001 | 11011111 | 10110101 | 10001 | 0 | 10011 | 1101 | 1110010 | 101000 | 1001111 |
Color Harmonies of #B9DFB5
Complementary color
Monochromatic Colors of #B9DFB5
Black with #B9DFB5
Text Example
Text Example
White with #B9DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFB5; }
p { color: rgb(185,223,181); }
H1.HeaderClassName
{
color: #B9DFB5;
}
.AnyTagClassName
{
color: #B9DFB5;
}
</style>
background-color css
<style>
a { background-color: #B9DFB5; }
a { background-color: rgb(185,223,181); }
div.DivClassName
{
background-color: #B9DFB5;
}
.BgClassName
{
background-color: #B9DFB5;
}
</style>
border-color css
<style>
span { border-color: #B9DFB5; }
span { border-color: rgb(185,223,181); }
td.TdClassName
{
border-color: #B9DFB5;
}
.TagClassName
{
border-color: #B9DFB5;
}
</style>