Shades of Moss Green #B4DCB0
Tints of Moss Green #B4DCB0
RGB
CMYK
RGB Variations
Color information
#B4DCB0 (or 0xB4DCB0) is known color: Moss Green. HEX triplet: B4, DC and B0. RGB value is (180,220,176). Sum of RGB (Red+Green+Blue) = 180+220+176=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DCB0 is #4B234F. Grayscale: #CBCBCB. Windows color (decimal): -4924240 or 11590836. OLE color: 11590836.
HSL color Cylindrical-coordinate representation of color #B4DCB0: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4DCB0 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 176 | - |
| CMYK | 0.18 | 0 | 0.2 | 0.14 |
| HSL | 114.55º | 0.39% | 0.78% | - |
| HSV(B) | 114.55º | 0.2% | 0.86% | - |
| XYZ | 52.25 | 64.02 | 50.68 | - |
| YUV | 203.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 176 | 0.18 | 0 | 0.2 | 0.14 | 114.55 | 0.39 | 0.78 |
| Hex | B4 | DC | B0 | 12 | 0 | 14 | E | 73 | 27 | 4E |
| Octal | 264 | 334 | 260 | 22 | 0 | 24 | 16 | 163 | 47 | 116 |
| Binary | 10110100 | 11011100 | 10110000 | 10010 | 0 | 10100 | 1110 | 1110011 | 100111 | 1001110 |
Color Harmonies of #B4DCB0
Complementary color
Monochromatic Colors of #B4DCB0
Black with #B4DCB0
Text Example
Text Example
White with #B4DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCB0; }
p { color: rgb(180,220,176); }
H1.HeaderClassName
{
color: #B4DCB0;
}
.AnyTagClassName
{
color: #B4DCB0;
}
</style>
background-color css
<style>
a { background-color: #B4DCB0; }
a { background-color: rgb(180,220,176); }
div.DivClassName
{
background-color: #B4DCB0;
}
.BgClassName
{
background-color: #B4DCB0;
}
</style>
border-color css
<style>
span { border-color: #B4DCB0; }
span { border-color: rgb(180,220,176); }
td.TdClassName
{
border-color: #B4DCB0;
}
.TagClassName
{
border-color: #B4DCB0;
}
</style>