Shades of Moss Green #B4DBB5
Tints of Moss Green #B4DBB5
RGB
CMYK
RGB Variations
Color information
#B4DBB5 (or 0xB4DBB5) is known color: Moss Green. HEX triplet: B4, DB and B5. RGB value is (180,219,181). Sum of RGB (Red+Green+Blue) = 180+219+181=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBB5 is #4B244A. Grayscale: #CBCBCB. Windows color (decimal): -4924491 or 11918260. OLE color: 11918260.
HSL color Cylindrical-coordinate representation of color #B4DBB5: hue angle of 121.54º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DBB5 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 180 | 219 | 181 | - |
CMYK | 0.18 | 0 | 0.17 | 0.14 |
HSL | 121.54º | 0.35% | 0.78% | - |
HSV(B) | 121.54º | 0.18% | 0.86% | - |
XYZ | 52.49 | 63.7 | 53.25 | - |
YUV | 203.01 | 115.58 | 111.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 219 | 181 | 0.18 | 0 | 0.17 | 0.14 | 121.54 | 0.35 | 0.78 |
Hex | B4 | DB | B5 | 12 | 0 | 11 | E | 7A | 23 | 4E |
Octal | 264 | 333 | 265 | 22 | 0 | 21 | 16 | 172 | 43 | 116 |
Binary | 10110100 | 11011011 | 10110101 | 10010 | 0 | 10001 | 1110 | 1111010 | 100011 | 1001110 |
Color Harmonies of #B4DBB5
Complementary color
Monochromatic Colors of #B4DBB5
Black with #B4DBB5
Text Example
Text Example
White with #B4DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBB5; }
p { color: rgb(180,219,181); }
H1.HeaderClassName
{
color: #B4DBB5;
}
.AnyTagClassName
{
color: #B4DBB5;
}
</style>
background-color css
<style>
a { background-color: #B4DBB5; }
a { background-color: rgb(180,219,181); }
div.DivClassName
{
background-color: #B4DBB5;
}
.BgClassName
{
background-color: #B4DBB5;
}
</style>
border-color css
<style>
span { border-color: #B4DBB5; }
span { border-color: rgb(180,219,181); }
td.TdClassName
{
border-color: #B4DBB5;
}
.TagClassName
{
border-color: #B4DBB5;
}
</style>