Shades of Moss Green #B2DFB1
Tints of Moss Green #B2DFB1
RGB
CMYK
RGB Variations
Color information
#B2DFB1 (or 0xB2DFB1) is known color: Moss Green. HEX triplet: B2, DF and B1. RGB value is (178,223,177). Sum of RGB (Red+Green+Blue) = 178+223+177=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DFB1 is #4D204E. Grayscale: #CCCCCC. Windows color (decimal): -5054543 or 11657138. OLE color: 11657138.
HSL color Cylindrical-coordinate representation of color #B2DFB1: hue angle of 118.7º 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 #B2DFB1 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 177 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.13 |
| HSL | 118.7º | 0.42% | 0.78% | - |
| HSV(B) | 118.7º | 0.21% | 0.87% | - |
| XYZ | 52.68 | 65.41 | 51.44 | - |
| YUV | 204.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 177 | 0.20 | 0 | 0.21 | 0.13 | 118.7 | 0.42 | 0.78 |
| Hex | B2 | DF | B1 | 14 | 0 | 15 | D | 77 | 2A | 4E |
| Octal | 262 | 337 | 261 | 24 | 0 | 25 | 15 | 167 | 52 | 116 |
| Binary | 10110010 | 11011111 | 10110001 | 10100 | 0 | 10101 | 1101 | 1110111 | 101010 | 1001110 |
Color Harmonies of #B2DFB1
Complementary color
Monochromatic Colors of #B2DFB1
Black with #B2DFB1
Text Example
Text Example
White with #B2DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFB1; }
p { color: rgb(178,223,177); }
H1.HeaderClassName
{
color: #B2DFB1;
}
.AnyTagClassName
{
color: #B2DFB1;
}
</style>
background-color css
<style>
a { background-color: #B2DFB1; }
a { background-color: rgb(178,223,177); }
div.DivClassName
{
background-color: #B2DFB1;
}
.BgClassName
{
background-color: #B2DFB1;
}
</style>
border-color css
<style>
span { border-color: #B2DFB1; }
span { border-color: rgb(178,223,177); }
td.TdClassName
{
border-color: #B2DFB1;
}
.TagClassName
{
border-color: #B2DFB1;
}
</style>