Shades of Moss Green #B2F1AE
Tints of Moss Green #B2F1AE
RGB
CMYK
RGB Variations
Color information
#B2F1AE (or 0xB2F1AE) is known color: Moss Green. HEX triplet: B2, F1 and AE. RGB value is (178,241,174). Sum of RGB (Red+Green+Blue) = 178+241+174=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F1AE is #4D0E51. Grayscale: #D6D6D6. Windows color (decimal): -5049938 or 11465138. OLE color: 11465138.
HSL color Cylindrical-coordinate representation of color #B2F1AE: hue angle of 116.42º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F1AE is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 174 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.05 |
| HSL | 116.42º | 0.71% | 0.81% | - |
| HSV(B) | 116.42º | 0.28% | 0.95% | - |
| XYZ | 57.46 | 75.43 | 51.58 | - |
| YUV | 214.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 174 | 0.26 | 0 | 0.28 | 0.05 | 116.42 | 0.71 | 0.81 |
| Hex | B2 | F1 | AE | 1A | 0 | 1C | 5 | 74 | 47 | 51 |
| Octal | 262 | 361 | 256 | 32 | 0 | 34 | 5 | 164 | 107 | 121 |
| Binary | 10110010 | 11110001 | 10101110 | 11010 | 0 | 11100 | 101 | 1110100 | 1000111 | 1010001 |
Color Harmonies of #B2F1AE
Complementary color
Monochromatic Colors of #B2F1AE
Black with #B2F1AE
Text Example
Text Example
White with #B2F1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F1AE; }
p { color: rgb(178,241,174); }
H1.HeaderClassName
{
color: #B2F1AE;
}
.AnyTagClassName
{
color: #B2F1AE;
}
</style>
background-color css
<style>
a { background-color: #B2F1AE; }
a { background-color: rgb(178,241,174); }
div.DivClassName
{
background-color: #B2F1AE;
}
.BgClassName
{
background-color: #B2F1AE;
}
</style>
border-color css
<style>
span { border-color: #B2F1AE; }
span { border-color: rgb(178,241,174); }
td.TdClassName
{
border-color: #B2F1AE;
}
.TagClassName
{
border-color: #B2F1AE;
}
</style>