Shades of Moss Green #B4D8AF
Tints of Moss Green #B4D8AF
RGB
CMYK
RGB Variations
Color information
#B4D8AF (or 0xB4D8AF) is known color: Moss Green. HEX triplet: B4, D8 and AF. RGB value is (180,216,175). Sum of RGB (Red+Green+Blue) = 180+216+175=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D8AF is #4B2750. Grayscale: #C8C8C8. Windows color (decimal): -4925265 or 11524276. OLE color: 11524276.
HSL color Cylindrical-coordinate representation of color #B4D8AF: hue angle of 112.68º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D8AF is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 175 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.15 |
| HSL | 112.68º | 0.34% | 0.77% | - |
| HSV(B) | 112.68º | 0.19% | 0.85% | - |
| XYZ | 51.12 | 61.91 | 49.81 | - |
| YUV | 200.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 175 | 0.17 | 0 | 0.19 | 0.15 | 112.68 | 0.34 | 0.77 |
| Hex | B4 | D8 | AF | 11 | 0 | 13 | F | 71 | 22 | 4D |
| Octal | 264 | 330 | 257 | 21 | 0 | 23 | 17 | 161 | 42 | 115 |
| Binary | 10110100 | 11011000 | 10101111 | 10001 | 0 | 10011 | 1111 | 1110001 | 100010 | 1001101 |
Color Harmonies of #B4D8AF
Complementary color
Monochromatic Colors of #B4D8AF
Black with #B4D8AF
Text Example
Text Example
White with #B4D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8AF; }
p { color: rgb(180,216,175); }
H1.HeaderClassName
{
color: #B4D8AF;
}
.AnyTagClassName
{
color: #B4D8AF;
}
</style>
background-color css
<style>
a { background-color: #B4D8AF; }
a { background-color: rgb(180,216,175); }
div.DivClassName
{
background-color: #B4D8AF;
}
.BgClassName
{
background-color: #B4D8AF;
}
</style>
border-color css
<style>
span { border-color: #B4D8AF; }
span { border-color: rgb(180,216,175); }
td.TdClassName
{
border-color: #B4D8AF;
}
.TagClassName
{
border-color: #B4D8AF;
}
</style>