Shades of Moss Green #B0EFAB
Tints of Moss Green #B0EFAB
RGB
CMYK
RGB Variations
Color information
#B0EFAB (or 0xB0EFAB) is known color: Moss Green. HEX triplet: B0, EF and AB. RGB value is (176,239,171). Sum of RGB (Red+Green+Blue) = 176+239+171=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFAB is #4F1054. Grayscale: #D4D4D4. Windows color (decimal): -5181525 or 11268016. OLE color: 11268016.
HSL color Cylindrical-coordinate representation of color #B0EFAB: hue angle of 115.59º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0EFAB is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 171 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.06 |
| HSL | 115.59º | 0.68% | 0.8% | - |
| HSV(B) | 115.59º | 0.28% | 0.94% | - |
| XYZ | 56.12 | 73.9 | 49.83 | - |
| YUV | 212.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 171 | 0.26 | 0 | 0.28 | 0.06 | 115.59 | 0.68 | 0.8 |
| Hex | B0 | EF | AB | 1A | 0 | 1C | 6 | 74 | 44 | 50 |
| Octal | 260 | 357 | 253 | 32 | 0 | 34 | 6 | 164 | 104 | 120 |
| Binary | 10110000 | 11101111 | 10101011 | 11010 | 0 | 11100 | 110 | 1110100 | 1000100 | 1010000 |
Color Harmonies of #B0EFAB
Complementary color
Monochromatic Colors of #B0EFAB
Black with #B0EFAB
Text Example
Text Example
White with #B0EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFAB; }
p { color: rgb(176,239,171); }
H1.HeaderClassName
{
color: #B0EFAB;
}
.AnyTagClassName
{
color: #B0EFAB;
}
</style>
background-color css
<style>
a { background-color: #B0EFAB; }
a { background-color: rgb(176,239,171); }
div.DivClassName
{
background-color: #B0EFAB;
}
.BgClassName
{
background-color: #B0EFAB;
}
</style>
border-color css
<style>
span { border-color: #B0EFAB; }
span { border-color: rgb(176,239,171); }
td.TdClassName
{
border-color: #B0EFAB;
}
.TagClassName
{
border-color: #B0EFAB;
}
</style>