Shades of Moss Green #B4DDB4
Tints of Moss Green #B4DDB4
RGB
CMYK
RGB Variations
Color information
#B4DDB4 (or 0xB4DDB4) is known color: Moss Green. HEX triplet: B4, DD and B4. RGB value is (180,221,180). Sum of RGB (Red+Green+Blue) = 180+221+180=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDB4 is #4B224B. Grayscale: #CCCCCC. Windows color (decimal): -4923980 or 11853236. OLE color: 11853236.
HSL color Cylindrical-coordinate representation of color #B4DDB4: hue angle of 120º 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 #B4DDB4 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 180 | 221 | 180 | - |
CMYK | 0.19 | 0 | 0.19 | 0.13 |
HSL | 120º | 0.38% | 0.79% | - |
HSV(B) | 120º | 0.19% | 0.87% | - |
XYZ | 52.92 | 64.71 | 52.88 | - |
YUV | 204.07 | 114.42 | 110.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 221 | 180 | 0.19 | 0 | 0.19 | 0.13 | 120 | 0.38 | 0.79 |
Hex | B4 | DD | B4 | 13 | 0 | 13 | D | 78 | 26 | 4F |
Octal | 264 | 335 | 264 | 23 | 0 | 23 | 15 | 170 | 46 | 117 |
Binary | 10110100 | 11011101 | 10110100 | 10011 | 0 | 10011 | 1101 | 1111000 | 100110 | 1001111 |
Color Harmonies of #B4DDB4
Complementary color
Monochromatic Colors of #B4DDB4
Black with #B4DDB4
Text Example
Text Example
White with #B4DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDB4; }
p { color: rgb(180,221,180); }
H1.HeaderClassName
{
color: #B4DDB4;
}
.AnyTagClassName
{
color: #B4DDB4;
}
</style>
background-color css
<style>
a { background-color: #B4DDB4; }
a { background-color: rgb(180,221,180); }
div.DivClassName
{
background-color: #B4DDB4;
}
.BgClassName
{
background-color: #B4DDB4;
}
</style>
border-color css
<style>
span { border-color: #B4DDB4; }
span { border-color: rgb(180,221,180); }
td.TdClassName
{
border-color: #B4DDB4;
}
.TagClassName
{
border-color: #B4DDB4;
}
</style>