Shades of Moss Green #B5DAB0
Tints of Moss Green #B5DAB0
RGB
CMYK
RGB Variations
Color information
#B5DAB0 (or 0xB5DAB0) is known color: Moss Green. HEX triplet: B5, DA and B0. RGB value is (181,218,176). Sum of RGB (Red+Green+Blue) = 181+218+176=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DAB0 is #4A254F. Grayscale: #CACACA. Windows color (decimal): -4859216 or 11590325. OLE color: 11590325.
HSL color Cylindrical-coordinate representation of color #B5DAB0: hue angle of 112.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DAB0 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 176 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.15 |
| HSL | 112.86º | 0.36% | 0.77% | - |
| HSV(B) | 112.86º | 0.19% | 0.85% | - |
| XYZ | 51.96 | 63.1 | 50.52 | - |
| YUV | 202.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 176 | 0.17 | 0 | 0.19 | 0.15 | 112.86 | 0.36 | 0.77 |
| Hex | B5 | DA | B0 | 11 | 0 | 13 | F | 71 | 24 | 4D |
| Octal | 265 | 332 | 260 | 21 | 0 | 23 | 17 | 161 | 44 | 115 |
| Binary | 10110101 | 11011010 | 10110000 | 10001 | 0 | 10011 | 1111 | 1110001 | 100100 | 1001101 |
Color Harmonies of #B5DAB0
Complementary color
Monochromatic Colors of #B5DAB0
Black with #B5DAB0
Text Example
Text Example
White with #B5DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAB0; }
p { color: rgb(181,218,176); }
H1.HeaderClassName
{
color: #B5DAB0;
}
.AnyTagClassName
{
color: #B5DAB0;
}
</style>
background-color css
<style>
a { background-color: #B5DAB0; }
a { background-color: rgb(181,218,176); }
div.DivClassName
{
background-color: #B5DAB0;
}
.BgClassName
{
background-color: #B5DAB0;
}
</style>
border-color css
<style>
span { border-color: #B5DAB0; }
span { border-color: rgb(181,218,176); }
td.TdClassName
{
border-color: #B5DAB0;
}
.TagClassName
{
border-color: #B5DAB0;
}
</style>