Shades of Moss Green #B0F3AB
Tints of Moss Green #B0F3AB
RGB
CMYK
RGB Variations
Color information
#B0F3AB (or 0xB0F3AB) is known color: Moss Green. HEX triplet: B0, F3 and AB. RGB value is (176,243,171). Sum of RGB (Red+Green+Blue) = 176+243+171=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F3AB is #4F0C54. Grayscale: #D6D6D6. Windows color (decimal): -5180501 or 11269040. OLE color: 11269040.
HSL color Cylindrical-coordinate representation of color #B0F3AB: hue angle of 115.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F3AB is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 171 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.05 |
| HSL | 115.83º | 0.75% | 0.81% | - |
| HSV(B) | 115.83º | 0.3% | 0.95% | - |
| XYZ | 57.31 | 76.27 | 50.23 | - |
| YUV | 214.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 171 | 0.28 | 0 | 0.30 | 0.05 | 115.83 | 0.75 | 0.81 |
| Hex | B0 | F3 | AB | 1C | 0 | 1E | 5 | 74 | 4B | 51 |
| Octal | 260 | 363 | 253 | 34 | 0 | 36 | 5 | 164 | 113 | 121 |
| Binary | 10110000 | 11110011 | 10101011 | 11100 | 0 | 11110 | 101 | 1110100 | 1001011 | 1010001 |
Color Harmonies of #B0F3AB
Complementary color
Monochromatic Colors of #B0F3AB
Black with #B0F3AB
Text Example
Text Example
White with #B0F3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3AB; }
p { color: rgb(176,243,171); }
H1.HeaderClassName
{
color: #B0F3AB;
}
.AnyTagClassName
{
color: #B0F3AB;
}
</style>
background-color css
<style>
a { background-color: #B0F3AB; }
a { background-color: rgb(176,243,171); }
div.DivClassName
{
background-color: #B0F3AB;
}
.BgClassName
{
background-color: #B0F3AB;
}
</style>
border-color css
<style>
span { border-color: #B0F3AB; }
span { border-color: rgb(176,243,171); }
td.TdClassName
{
border-color: #B0F3AB;
}
.TagClassName
{
border-color: #B0F3AB;
}
</style>