Shades of Moss Green #B4DEAF
Tints of Moss Green #B4DEAF
RGB
CMYK
RGB Variations
Color information
#B4DEAF (or 0xB4DEAF) is known color: Moss Green. HEX triplet: B4, DE and AF. RGB value is (180,222,175). Sum of RGB (Red+Green+Blue) = 180+222+175=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DEAF is #4B2150. Grayscale: #CCCCCC. Windows color (decimal): -4923729 or 11525812. OLE color: 11525812.
HSL color Cylindrical-coordinate representation of color #B4DEAF: hue angle of 113.62º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4DEAF is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 175 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.13 |
| HSL | 113.62º | 0.42% | 0.78% | - |
| HSV(B) | 113.62º | 0.21% | 0.87% | - |
| XYZ | 52.68 | 65.04 | 50.34 | - |
| YUV | 204.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 175 | 0.19 | 0 | 0.21 | 0.13 | 113.62 | 0.42 | 0.78 |
| Hex | B4 | DE | AF | 13 | 0 | 15 | D | 72 | 2A | 4E |
| Octal | 264 | 336 | 257 | 23 | 0 | 25 | 15 | 162 | 52 | 116 |
| Binary | 10110100 | 11011110 | 10101111 | 10011 | 0 | 10101 | 1101 | 1110010 | 101010 | 1001110 |
Color Harmonies of #B4DEAF
Complementary color
Monochromatic Colors of #B4DEAF
Black with #B4DEAF
Text Example
Text Example
White with #B4DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEAF; }
p { color: rgb(180,222,175); }
H1.HeaderClassName
{
color: #B4DEAF;
}
.AnyTagClassName
{
color: #B4DEAF;
}
</style>
background-color css
<style>
a { background-color: #B4DEAF; }
a { background-color: rgb(180,222,175); }
div.DivClassName
{
background-color: #B4DEAF;
}
.BgClassName
{
background-color: #B4DEAF;
}
</style>
border-color css
<style>
span { border-color: #B4DEAF; }
span { border-color: rgb(180,222,175); }
td.TdClassName
{
border-color: #B4DEAF;
}
.TagClassName
{
border-color: #B4DEAF;
}
</style>