Shades of Moss Green #B4DDB3
Tints of Moss Green #B4DDB3
RGB
CMYK
RGB Variations
Color information
#B4DDB3 (or 0xB4DDB3) is known color: Moss Green. HEX triplet: B4, DD and B3. RGB value is (180,221,179). Sum of RGB (Red+Green+Blue) = 180+221+179=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDB3 is #4B224C. Grayscale: #CCCCCC. Windows color (decimal): -4923981 or 11787700. OLE color: 11787700.
HSL color Cylindrical-coordinate representation of color #B4DDB3: hue angle of 118.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDB3 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 179 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.13 |
| HSL | 118.57º | 0.38% | 0.78% | - |
| HSV(B) | 118.57º | 0.19% | 0.87% | - |
| XYZ | 52.82 | 64.67 | 52.35 | - |
| YUV | 203.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 179 | 0.19 | 0 | 0.19 | 0.13 | 118.57 | 0.38 | 0.78 |
| Hex | B4 | DD | B3 | 13 | 0 | 13 | D | 77 | 26 | 4E |
| Octal | 264 | 335 | 263 | 23 | 0 | 23 | 15 | 167 | 46 | 116 |
| Binary | 10110100 | 11011101 | 10110011 | 10011 | 0 | 10011 | 1101 | 1110111 | 100110 | 1001110 |
Color Harmonies of #B4DDB3
Complementary color
Monochromatic Colors of #B4DDB3
Black with #B4DDB3
Text Example
Text Example
White with #B4DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDB3; }
p { color: rgb(180,221,179); }
H1.HeaderClassName
{
color: #B4DDB3;
}
.AnyTagClassName
{
color: #B4DDB3;
}
</style>
background-color css
<style>
a { background-color: #B4DDB3; }
a { background-color: rgb(180,221,179); }
div.DivClassName
{
background-color: #B4DDB3;
}
.BgClassName
{
background-color: #B4DDB3;
}
</style>
border-color css
<style>
span { border-color: #B4DDB3; }
span { border-color: rgb(180,221,179); }
td.TdClassName
{
border-color: #B4DDB3;
}
.TagClassName
{
border-color: #B4DDB3;
}
</style>