Shades of Moss Green #B4DFB0
Tints of Moss Green #B4DFB0
RGB
CMYK
RGB Variations
Color information
#B4DFB0 (or 0xB4DFB0) is known color: Moss Green. HEX triplet: B4, DF and B0. RGB value is (180,223,176). Sum of RGB (Red+Green+Blue) = 180+223+176=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DFB0 is #4B204F. Grayscale: #CCCCCC. Windows color (decimal): -4923472 or 11591604. OLE color: 11591604.
HSL color Cylindrical-coordinate representation of color #B4DFB0: hue angle of 114.89º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4DFB0 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 176 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.13 |
| HSL | 114.89º | 0.42% | 0.78% | - |
| HSV(B) | 114.89º | 0.21% | 0.87% | - |
| XYZ | 53.05 | 65.61 | 50.94 | - |
| YUV | 204.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 176 | 0.19 | 0 | 0.21 | 0.13 | 114.89 | 0.42 | 0.78 |
| Hex | B4 | DF | B0 | 13 | 0 | 15 | D | 73 | 2A | 4E |
| Octal | 264 | 337 | 260 | 23 | 0 | 25 | 15 | 163 | 52 | 116 |
| Binary | 10110100 | 11011111 | 10110000 | 10011 | 0 | 10101 | 1101 | 1110011 | 101010 | 1001110 |
Color Harmonies of #B4DFB0
Complementary color
Monochromatic Colors of #B4DFB0
Black with #B4DFB0
Text Example
Text Example
White with #B4DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFB0; }
p { color: rgb(180,223,176); }
H1.HeaderClassName
{
color: #B4DFB0;
}
.AnyTagClassName
{
color: #B4DFB0;
}
</style>
background-color css
<style>
a { background-color: #B4DFB0; }
a { background-color: rgb(180,223,176); }
div.DivClassName
{
background-color: #B4DFB0;
}
.BgClassName
{
background-color: #B4DFB0;
}
</style>
border-color css
<style>
span { border-color: #B4DFB0; }
span { border-color: rgb(180,223,176); }
td.TdClassName
{
border-color: #B4DFB0;
}
.TagClassName
{
border-color: #B4DFB0;
}
</style>