Shades of Moss Green #B5EBAF
Tints of Moss Green #B5EBAF
RGB
CMYK
RGB Variations
Color information
#B5EBAF (or 0xB5EBAF) is known color: Moss Green. HEX triplet: B5, EB and AF. RGB value is (181,235,175). Sum of RGB (Red+Green+Blue) = 181+235+175=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EBAF is #4A1450. Grayscale: #D4D4D4. Windows color (decimal): -4854865 or 11529141. OLE color: 11529141.
HSL color Cylindrical-coordinate representation of color #B5EBAF: hue angle of 114º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5EBAF is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 175 | - |
CMYK | 0.23 | 0 | 0.26 | 0.08 |
HSL | 114º | 0.6% | 0.8% | - |
HSV(B) | 114º | 0.26% | 0.92% | - |
XYZ | 56.5 | 72.34 | 51.54 | - |
YUV | 212.01 | 107.11 | 105.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 175 | 0.23 | 0 | 0.26 | 0.08 | 114 | 0.6 | 0.8 |
Hex | B5 | EB | AF | 17 | 0 | 1A | 8 | 72 | 3C | 50 |
Octal | 265 | 353 | 257 | 27 | 0 | 32 | 10 | 162 | 74 | 120 |
Binary | 10110101 | 11101011 | 10101111 | 10111 | 0 | 11010 | 1000 | 1110010 | 111100 | 1010000 |
Color Harmonies of #B5EBAF
Complementary color
Monochromatic Colors of #B5EBAF
Black with #B5EBAF
Text Example
Text Example
White with #B5EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBAF; }
p { color: rgb(181,235,175); }
H1.HeaderClassName
{
color: #B5EBAF;
}
.AnyTagClassName
{
color: #B5EBAF;
}
</style>
background-color css
<style>
a { background-color: #B5EBAF; }
a { background-color: rgb(181,235,175); }
div.DivClassName
{
background-color: #B5EBAF;
}
.BgClassName
{
background-color: #B5EBAF;
}
</style>
border-color css
<style>
span { border-color: #B5EBAF; }
span { border-color: rgb(181,235,175); }
td.TdClassName
{
border-color: #B5EBAF;
}
.TagClassName
{
border-color: #B5EBAF;
}
</style>