Shades of Moss Green #B4DDB5
Tints of Moss Green #B4DDB5
RGB
CMYK
RGB Variations
Color information
#B4DDB5 (or 0xB4DDB5) is known color: Moss Green. HEX triplet: B4, DD and B5. RGB value is (180,221,181). Sum of RGB (Red+Green+Blue) = 180+221+181=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDB5 is #4B224A. Grayscale: #CCCCCC. Windows color (decimal): -4923979 or 11918772. OLE color: 11918772.
HSL color Cylindrical-coordinate representation of color #B4DDB5: hue angle of 121.46º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDB5 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 181 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.13 |
| HSL | 121.46º | 0.38% | 0.79% | - |
| HSV(B) | 121.46º | 0.19% | 0.87% | - |
| XYZ | 53.02 | 64.75 | 53.42 | - |
| YUV | 204.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 181 | 0.19 | 0 | 0.18 | 0.13 | 121.46 | 0.38 | 0.79 |
| Hex | B4 | DD | B5 | 13 | 0 | 12 | D | 79 | 26 | 4F |
| Octal | 264 | 335 | 265 | 23 | 0 | 22 | 15 | 171 | 46 | 117 |
| Binary | 10110100 | 11011101 | 10110101 | 10011 | 0 | 10010 | 1101 | 1111001 | 100110 | 1001111 |
Color Harmonies of #B4DDB5
Complementary color
Monochromatic Colors of #B4DDB5
Black with #B4DDB5
Text Example
Text Example
White with #B4DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDB5; }
p { color: rgb(180,221,181); }
H1.HeaderClassName
{
color: #B4DDB5;
}
.AnyTagClassName
{
color: #B4DDB5;
}
</style>
background-color css
<style>
a { background-color: #B4DDB5; }
a { background-color: rgb(180,221,181); }
div.DivClassName
{
background-color: #B4DDB5;
}
.BgClassName
{
background-color: #B4DDB5;
}
</style>
border-color css
<style>
span { border-color: #B4DDB5; }
span { border-color: rgb(180,221,181); }
td.TdClassName
{
border-color: #B4DDB5;
}
.TagClassName
{
border-color: #B4DDB5;
}
</style>