Shades of Moss Green #B5EAAF
Tints of Moss Green #B5EAAF
RGB
CMYK
RGB Variations
Color information
#B5EAAF (or 0xB5EAAF) is known color: Moss Green. HEX triplet: B5, EA and AF. RGB value is (181,234,175). Sum of RGB (Red+Green+Blue) = 181+234+175=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EAAF is #4A1550. Grayscale: #D3D3D3. Windows color (decimal): -4855121 or 11528885. OLE color: 11528885.
HSL color Cylindrical-coordinate representation of color #B5EAAF: hue angle of 113.9º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5EAAF is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 234 | 175 | - |
CMYK | 0.23 | 0 | 0.25 | 0.08 |
HSL | 113.9º | 0.58% | 0.8% | - |
HSV(B) | 113.9º | 0.25% | 0.92% | - |
XYZ | 56.22 | 71.76 | 51.45 | - |
YUV | 211.43 | 107.44 | 106.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 234 | 175 | 0.23 | 0 | 0.25 | 0.08 | 113.9 | 0.58 | 0.8 |
Hex | B5 | EA | AF | 17 | 0 | 19 | 8 | 72 | 3A | 50 |
Octal | 265 | 352 | 257 | 27 | 0 | 31 | 10 | 162 | 72 | 120 |
Binary | 10110101 | 11101010 | 10101111 | 10111 | 0 | 11001 | 1000 | 1110010 | 111010 | 1010000 |
Color Harmonies of #B5EAAF
Complementary color
Monochromatic Colors of #B5EAAF
Black with #B5EAAF
Text Example
Text Example
White with #B5EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EAAF; }
p { color: rgb(181,234,175); }
H1.HeaderClassName
{
color: #B5EAAF;
}
.AnyTagClassName
{
color: #B5EAAF;
}
</style>
background-color css
<style>
a { background-color: #B5EAAF; }
a { background-color: rgb(181,234,175); }
div.DivClassName
{
background-color: #B5EAAF;
}
.BgClassName
{
background-color: #B5EAAF;
}
</style>
border-color css
<style>
span { border-color: #B5EAAF; }
span { border-color: rgb(181,234,175); }
td.TdClassName
{
border-color: #B5EAAF;
}
.TagClassName
{
border-color: #B5EAAF;
}
</style>