Shades of Moss Green #B2DFAE
Tints of Moss Green #B2DFAE
RGB
CMYK
RGB Variations
Color information
#B2DFAE (or 0xB2DFAE) is known color: Moss Green. HEX triplet: B2, DF and AE. RGB value is (178,223,174). Sum of RGB (Red+Green+Blue) = 178+223+174=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DFAE is #4D2051. Grayscale: #CCCCCC. Windows color (decimal): -5054546 or 11460530. OLE color: 11460530.
HSL color Cylindrical-coordinate representation of color #B2DFAE: hue angle of 115.1º 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 #B2DFAE is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 174 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.13 |
| HSL | 115.1º | 0.43% | 0.78% | - |
| HSV(B) | 115.1º | 0.22% | 0.87% | - |
| XYZ | 52.39 | 65.3 | 49.89 | - |
| YUV | 203.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 174 | 0.20 | 0 | 0.22 | 0.13 | 115.1 | 0.43 | 0.78 |
| Hex | B2 | DF | AE | 14 | 0 | 16 | D | 73 | 2B | 4E |
| Octal | 262 | 337 | 256 | 24 | 0 | 26 | 15 | 163 | 53 | 116 |
| Binary | 10110010 | 11011111 | 10101110 | 10100 | 0 | 10110 | 1101 | 1110011 | 101011 | 1001110 |
Color Harmonies of #B2DFAE
Complementary color
Monochromatic Colors of #B2DFAE
Black with #B2DFAE
Text Example
Text Example
White with #B2DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFAE; }
p { color: rgb(178,223,174); }
H1.HeaderClassName
{
color: #B2DFAE;
}
.AnyTagClassName
{
color: #B2DFAE;
}
</style>
background-color css
<style>
a { background-color: #B2DFAE; }
a { background-color: rgb(178,223,174); }
div.DivClassName
{
background-color: #B2DFAE;
}
.BgClassName
{
background-color: #B2DFAE;
}
</style>
border-color css
<style>
span { border-color: #B2DFAE; }
span { border-color: rgb(178,223,174); }
td.TdClassName
{
border-color: #B2DFAE;
}
.TagClassName
{
border-color: #B2DFAE;
}
</style>