Shades of Moss Green #B0DFAB
Tints of Moss Green #B0DFAB
RGB
CMYK
RGB Variations
Color information
#B0DFAB (or 0xB0DFAB) is known color: Moss Green. HEX triplet: B0, DF and AB. RGB value is (176,223,171). Sum of RGB (Red+Green+Blue) = 176+223+171=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFAB is #4F2054. Grayscale: #CBCBCB. Windows color (decimal): -5185621 or 11263920. OLE color: 11263920.
HSL color Cylindrical-coordinate representation of color #B0DFAB: hue angle of 114.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DFAB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 171 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 114.23º | 0.45% | 0.77% | - |
| HSV(B) | 114.23º | 0.23% | 0.87% | - |
| XYZ | 51.64 | 64.95 | 48.34 | - |
| YUV | 203.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 171 | 0.21 | 0 | 0.23 | 0.13 | 114.23 | 0.45 | 0.77 |
| Hex | B0 | DF | AB | 15 | 0 | 17 | D | 72 | 2D | 4D |
| Octal | 260 | 337 | 253 | 25 | 0 | 27 | 15 | 162 | 55 | 115 |
| Binary | 10110000 | 11011111 | 10101011 | 10101 | 0 | 10111 | 1101 | 1110010 | 101101 | 1001101 |
Color Harmonies of #B0DFAB
Complementary color
Monochromatic Colors of #B0DFAB
Black with #B0DFAB
Text Example
Text Example
White with #B0DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFAB; }
p { color: rgb(176,223,171); }
H1.HeaderClassName
{
color: #B0DFAB;
}
.AnyTagClassName
{
color: #B0DFAB;
}
</style>
background-color css
<style>
a { background-color: #B0DFAB; }
a { background-color: rgb(176,223,171); }
div.DivClassName
{
background-color: #B0DFAB;
}
.BgClassName
{
background-color: #B0DFAB;
}
</style>
border-color css
<style>
span { border-color: #B0DFAB; }
span { border-color: rgb(176,223,171); }
td.TdClassName
{
border-color: #B0DFAB;
}
.TagClassName
{
border-color: #B0DFAB;
}
</style>