Shades of Moss Green #B2DFAF
Tints of Moss Green #B2DFAF
RGB
CMYK
RGB Variations
Color information
#B2DFAF (or 0xB2DFAF) is known color: Moss Green. HEX triplet: B2, DF and AF. RGB value is (178,223,175). Sum of RGB (Red+Green+Blue) = 178+223+175=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DFAF is #4D2050. Grayscale: #CCCCCC. Windows color (decimal): -5054545 or 11526066. OLE color: 11526066.
HSL color Cylindrical-coordinate representation of color #B2DFAF: hue angle of 116.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DFAF is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 175 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.13 |
| HSL | 116.25º | 0.43% | 0.78% | - |
| HSV(B) | 116.25º | 0.22% | 0.87% | - |
| XYZ | 52.49 | 65.34 | 50.4 | - |
| YUV | 204.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 175 | 0.20 | 0 | 0.22 | 0.13 | 116.25 | 0.43 | 0.78 |
| Hex | B2 | DF | AF | 14 | 0 | 16 | D | 74 | 2B | 4E |
| Octal | 262 | 337 | 257 | 24 | 0 | 26 | 15 | 164 | 53 | 116 |
| Binary | 10110010 | 11011111 | 10101111 | 10100 | 0 | 10110 | 1101 | 1110100 | 101011 | 1001110 |
Color Harmonies of #B2DFAF
Complementary color
Monochromatic Colors of #B2DFAF
Black with #B2DFAF
Text Example
Text Example
White with #B2DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFAF; }
p { color: rgb(178,223,175); }
H1.HeaderClassName
{
color: #B2DFAF;
}
.AnyTagClassName
{
color: #B2DFAF;
}
</style>
background-color css
<style>
a { background-color: #B2DFAF; }
a { background-color: rgb(178,223,175); }
div.DivClassName
{
background-color: #B2DFAF;
}
.BgClassName
{
background-color: #B2DFAF;
}
</style>
border-color css
<style>
span { border-color: #B2DFAF; }
span { border-color: rgb(178,223,175); }
td.TdClassName
{
border-color: #B2DFAF;
}
.TagClassName
{
border-color: #B2DFAF;
}
</style>