Shades of Moss Green #B5D8B3
Tints of Moss Green #B5D8B3
RGB
CMYK
RGB Variations
Color information
#B5D8B3 (or 0xB5D8B3) is known color: Moss Green. HEX triplet: B5, D8 and B3. RGB value is (181,216,179). Sum of RGB (Red+Green+Blue) = 181+216+179=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8B3 is #4A274C. Grayscale: #C9C9C9. Windows color (decimal): -4859725 or 11786421. OLE color: 11786421.
HSL color Cylindrical-coordinate representation of color #B5D8B3: hue angle of 116.76º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D8B3 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 179 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.15 |
| HSL | 116.76º | 0.32% | 0.77% | - |
| HSV(B) | 116.76º | 0.17% | 0.85% | - |
| XYZ | 51.75 | 62.19 | 51.92 | - |
| YUV | 201.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 179 | 0.16 | 0 | 0.17 | 0.15 | 116.76 | 0.32 | 0.77 |
| Hex | B5 | D8 | B3 | 10 | 0 | 11 | F | 75 | 20 | 4D |
| Octal | 265 | 330 | 263 | 20 | 0 | 21 | 17 | 165 | 40 | 115 |
| Binary | 10110101 | 11011000 | 10110011 | 10000 | 0 | 10001 | 1111 | 1110101 | 100000 | 1001101 |
Color Harmonies of #B5D8B3
Complementary color
Monochromatic Colors of #B5D8B3
Black with #B5D8B3
Text Example
Text Example
White with #B5D8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8B3; }
p { color: rgb(181,216,179); }
H1.HeaderClassName
{
color: #B5D8B3;
}
.AnyTagClassName
{
color: #B5D8B3;
}
</style>
background-color css
<style>
a { background-color: #B5D8B3; }
a { background-color: rgb(181,216,179); }
div.DivClassName
{
background-color: #B5D8B3;
}
.BgClassName
{
background-color: #B5D8B3;
}
</style>
border-color css
<style>
span { border-color: #B5D8B3; }
span { border-color: rgb(181,216,179); }
td.TdClassName
{
border-color: #B5D8B3;
}
.TagClassName
{
border-color: #B5D8B3;
}
</style>