Shades of Moss Green #B5DAB5
Tints of Moss Green #B5DAB5
RGB
CMYK
RGB Variations
Color information
#B5DAB5 (or 0xB5DAB5) is known color: Moss Green. HEX triplet: B5, DA and B5. RGB value is (181,218,181). Sum of RGB (Red+Green+Blue) = 181+218+181=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAB5 is #4A254A. Grayscale: #CACACA. Windows color (decimal): -4859211 or 11918005. OLE color: 11918005.
HSL color Cylindrical-coordinate representation of color #B5DAB5: hue angle of 120º 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 #B5DAB5 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 181 | 218 | 181 | - |
CMYK | 0.17 | 0 | 0.17 | 0.15 |
HSL | 120º | 0.33% | 0.78% | - |
HSV(B) | 120º | 0.17% | 0.85% | - |
XYZ | 52.47 | 63.3 | 53.17 | - |
YUV | 202.72 | 115.74 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 181 | 0.17 | 0 | 0.17 | 0.15 | 120 | 0.33 | 0.78 |
Hex | B5 | DA | B5 | 11 | 0 | 11 | F | 78 | 21 | 4E |
Octal | 265 | 332 | 265 | 21 | 0 | 21 | 17 | 170 | 41 | 116 |
Binary | 10110101 | 11011010 | 10110101 | 10001 | 0 | 10001 | 1111 | 1111000 | 100001 | 1001110 |
Color Harmonies of #B5DAB5
Complementary color
Monochromatic Colors of #B5DAB5
Black with #B5DAB5
Text Example
Text Example
White with #B5DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAB5; }
p { color: rgb(181,218,181); }
H1.HeaderClassName
{
color: #B5DAB5;
}
.AnyTagClassName
{
color: #B5DAB5;
}
</style>
background-color css
<style>
a { background-color: #B5DAB5; }
a { background-color: rgb(181,218,181); }
div.DivClassName
{
background-color: #B5DAB5;
}
.BgClassName
{
background-color: #B5DAB5;
}
</style>
border-color css
<style>
span { border-color: #B5DAB5; }
span { border-color: rgb(181,218,181); }
td.TdClassName
{
border-color: #B5DAB5;
}
.TagClassName
{
border-color: #B5DAB5;
}
</style>