Shades of Moss Green #B9DAB6
Tints of Moss Green #B9DAB6
RGB
CMYK
RGB Variations
Color information
#B9DAB6 (or 0xB9DAB6) is known color: Moss Green. HEX triplet: B9, DA and B6. RGB value is (185,218,182). Sum of RGB (Red+Green+Blue) = 185+218+182=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAB6 is #462549. Grayscale: #CCCCCC. Windows color (decimal): -4597066 or 11983545. OLE color: 11983545.
HSL color Cylindrical-coordinate representation of color #B9DAB6: hue angle of 115º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DAB6 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 185 | 218 | 182 | - |
CMYK | 0.15 | 0 | 0.17 | 0.15 |
HSL | 115º | 0.33% | 0.78% | - |
HSV(B) | 115º | 0.17% | 0.85% | - |
XYZ | 53.52 | 63.83 | 53.76 | - |
YUV | 204.03 | 115.57 | 114.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 218 | 182 | 0.15 | 0 | 0.17 | 0.15 | 115 | 0.33 | 0.78 |
Hex | B9 | DA | B6 | F | 0 | 11 | F | 73 | 21 | 4E |
Octal | 271 | 332 | 266 | 17 | 0 | 21 | 17 | 163 | 41 | 116 |
Binary | 10111001 | 11011010 | 10110110 | 1111 | 0 | 10001 | 1111 | 1110011 | 100001 | 1001110 |
Color Harmonies of #B9DAB6
Complementary color
Monochromatic Colors of #B9DAB6
Black with #B9DAB6
Text Example
Text Example
White with #B9DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAB6; }
p { color: rgb(185,218,182); }
H1.HeaderClassName
{
color: #B9DAB6;
}
.AnyTagClassName
{
color: #B9DAB6;
}
</style>
background-color css
<style>
a { background-color: #B9DAB6; }
a { background-color: rgb(185,218,182); }
div.DivClassName
{
background-color: #B9DAB6;
}
.BgClassName
{
background-color: #B9DAB6;
}
</style>
border-color css
<style>
span { border-color: #B9DAB6; }
span { border-color: rgb(185,218,182); }
td.TdClassName
{
border-color: #B9DAB6;
}
.TagClassName
{
border-color: #B9DAB6;
}
</style>