Shades of Moss Green #B2D5AF
Tints of Moss Green #B2D5AF
RGB
CMYK
RGB Variations
Color information
#B2D5AF (or 0xB2D5AF) is known color: Moss Green. HEX triplet: B2, D5 and AF. RGB value is (178,213,175). Sum of RGB (Red+Green+Blue) = 178+213+175=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D5AF is #4D2A50. Grayscale: #C6C6C6. Windows color (decimal): -5057105 or 11523506. OLE color: 11523506.
HSL color Cylindrical-coordinate representation of color #B2D5AF: hue angle of 115.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D5AF is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 175 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.16 |
| HSL | 115.26º | 0.31% | 0.76% | - |
| HSV(B) | 115.26º | 0.18% | 0.84% | - |
| XYZ | 49.89 | 60.15 | 49.54 | - |
| YUV | 198.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 175 | 0.16 | 0 | 0.18 | 0.16 | 115.26 | 0.31 | 0.76 |
| Hex | B2 | D5 | AF | 10 | 0 | 12 | 10 | 73 | 1F | 4C |
| Octal | 262 | 325 | 257 | 20 | 0 | 22 | 20 | 163 | 37 | 114 |
| Binary | 10110010 | 11010101 | 10101111 | 10000 | 0 | 10010 | 10000 | 1110011 | 11111 | 1001100 |
Color Harmonies of #B2D5AF
Complementary color
Monochromatic Colors of #B2D5AF
Black with #B2D5AF
Text Example
Text Example
White with #B2D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D5AF; }
p { color: rgb(178,213,175); }
H1.HeaderClassName
{
color: #B2D5AF;
}
.AnyTagClassName
{
color: #B2D5AF;
}
</style>
background-color css
<style>
a { background-color: #B2D5AF; }
a { background-color: rgb(178,213,175); }
div.DivClassName
{
background-color: #B2D5AF;
}
.BgClassName
{
background-color: #B2D5AF;
}
</style>
border-color css
<style>
span { border-color: #B2D5AF; }
span { border-color: rgb(178,213,175); }
td.TdClassName
{
border-color: #B2D5AF;
}
.TagClassName
{
border-color: #B2D5AF;
}
</style>