Shades of Moss Green #B0E6AE
Tints of Moss Green #B0E6AE
RGB
CMYK
RGB Variations
Color information
#B0E6AE (or 0xB0E6AE) is known color: Moss Green. HEX triplet: B0, E6 and AE. RGB value is (176,230,174). Sum of RGB (Red+Green+Blue) = 176+230+174=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E6AE is #4F1951. Grayscale: #CFCFCF. Windows color (decimal): -5183826 or 11462320. OLE color: 11462320.
HSL color Cylindrical-coordinate representation of color #B0E6AE: hue angle of 117.86º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E6AE is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 174 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.10 |
| HSL | 117.86º | 0.53% | 0.79% | - |
| HSV(B) | 117.86º | 0.24% | 0.9% | - |
| XYZ | 53.84 | 68.88 | 50.5 | - |
| YUV | 207.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 174 | 0.23 | 0 | 0.24 | 0.10 | 117.86 | 0.53 | 0.79 |
| Hex | B0 | E6 | AE | 17 | 0 | 18 | A | 76 | 35 | 4F |
| Octal | 260 | 346 | 256 | 27 | 0 | 30 | 12 | 166 | 65 | 117 |
| Binary | 10110000 | 11100110 | 10101110 | 10111 | 0 | 11000 | 1010 | 1110110 | 110101 | 1001111 |
Color Harmonies of #B0E6AE
Complementary color
Monochromatic Colors of #B0E6AE
Black with #B0E6AE
Text Example
Text Example
White with #B0E6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6AE; }
p { color: rgb(176,230,174); }
H1.HeaderClassName
{
color: #B0E6AE;
}
.AnyTagClassName
{
color: #B0E6AE;
}
</style>
background-color css
<style>
a { background-color: #B0E6AE; }
a { background-color: rgb(176,230,174); }
div.DivClassName
{
background-color: #B0E6AE;
}
.BgClassName
{
background-color: #B0E6AE;
}
</style>
border-color css
<style>
span { border-color: #B0E6AE; }
span { border-color: rgb(176,230,174); }
td.TdClassName
{
border-color: #B0E6AE;
}
.TagClassName
{
border-color: #B0E6AE;
}
</style>