Shades of Moss Green #B5DBB5
Tints of Moss Green #B5DBB5
RGB
CMYK
RGB Variations
Color information
#B5DBB5 (or 0xB5DBB5) is known color: Moss Green. HEX triplet: B5, DB and B5. RGB value is (181,219,181). Sum of RGB (Red+Green+Blue) = 181+219+181=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBB5 is #4A244A. Grayscale: #CBCBCB. Windows color (decimal): -4858955 or 11918261. OLE color: 11918261.
HSL color Cylindrical-coordinate representation of color #B5DBB5: hue angle of 120º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBB5 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 181 | - |
CMYK | 0.17 | 0 | 0.17 | 0.14 |
HSL | 120º | 0.35% | 0.78% | - |
HSV(B) | 120º | 0.17% | 0.86% | - |
XYZ | 52.73 | 63.82 | 53.26 | - |
YUV | 203.31 | 115.41 | 112.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 181 | 0.17 | 0 | 0.17 | 0.14 | 120 | 0.35 | 0.78 |
Hex | B5 | DB | B5 | 11 | 0 | 11 | E | 78 | 23 | 4E |
Octal | 265 | 333 | 265 | 21 | 0 | 21 | 16 | 170 | 43 | 116 |
Binary | 10110101 | 11011011 | 10110101 | 10001 | 0 | 10001 | 1110 | 1111000 | 100011 | 1001110 |
Color Harmonies of #B5DBB5
Complementary color
Monochromatic Colors of #B5DBB5
Black with #B5DBB5
Text Example
Text Example
White with #B5DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBB5; }
p { color: rgb(181,219,181); }
H1.HeaderClassName
{
color: #B5DBB5;
}
.AnyTagClassName
{
color: #B5DBB5;
}
</style>
background-color css
<style>
a { background-color: #B5DBB5; }
a { background-color: rgb(181,219,181); }
div.DivClassName
{
background-color: #B5DBB5;
}
.BgClassName
{
background-color: #B5DBB5;
}
</style>
border-color css
<style>
span { border-color: #B5DBB5; }
span { border-color: rgb(181,219,181); }
td.TdClassName
{
border-color: #B5DBB5;
}
.TagClassName
{
border-color: #B5DBB5;
}
</style>