Shades of Moss Green #B2DFB0
Tints of Moss Green #B2DFB0
RGB
CMYK
RGB Variations
Color information
#B2DFB0 (or 0xB2DFB0) is known color: Moss Green. HEX triplet: B2, DF and B0. RGB value is (178,223,176). Sum of RGB (Red+Green+Blue) = 178+223+176=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DFB0 is #4D204F. Grayscale: #CCCCCC. Windows color (decimal): -5054544 or 11591602. OLE color: 11591602.
HSL color Cylindrical-coordinate representation of color #B2DFB0: hue angle of 117.45º 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 #B2DFB0 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 176 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.13 |
| HSL | 117.45º | 0.42% | 0.78% | - |
| HSV(B) | 117.45º | 0.21% | 0.87% | - |
| XYZ | 52.58 | 65.37 | 50.92 | - |
| YUV | 204.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 176 | 0.20 | 0 | 0.21 | 0.13 | 117.45 | 0.42 | 0.78 |
| Hex | B2 | DF | B0 | 14 | 0 | 15 | D | 75 | 2A | 4E |
| Octal | 262 | 337 | 260 | 24 | 0 | 25 | 15 | 165 | 52 | 116 |
| Binary | 10110010 | 11011111 | 10110000 | 10100 | 0 | 10101 | 1101 | 1110101 | 101010 | 1001110 |
Color Harmonies of #B2DFB0
Complementary color
Monochromatic Colors of #B2DFB0
Black with #B2DFB0
Text Example
Text Example
White with #B2DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFB0; }
p { color: rgb(178,223,176); }
H1.HeaderClassName
{
color: #B2DFB0;
}
.AnyTagClassName
{
color: #B2DFB0;
}
</style>
background-color css
<style>
a { background-color: #B2DFB0; }
a { background-color: rgb(178,223,176); }
div.DivClassName
{
background-color: #B2DFB0;
}
.BgClassName
{
background-color: #B2DFB0;
}
</style>
border-color css
<style>
span { border-color: #B2DFB0; }
span { border-color: rgb(178,223,176); }
td.TdClassName
{
border-color: #B2DFB0;
}
.TagClassName
{
border-color: #B2DFB0;
}
</style>