Shades of Moss Green #B1DEAF
Tints of Moss Green #B1DEAF
RGB
CMYK
RGB Variations
Color information
#B1DEAF (or 0xB1DEAF) is known color: Moss Green. HEX triplet: B1, DE and AF. RGB value is (177,222,175). Sum of RGB (Red+Green+Blue) = 177+222+175=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DEAF is #4E2150. Grayscale: #CBCBCB. Windows color (decimal): -5120337 or 11525809. OLE color: 11525809.
HSL color Cylindrical-coordinate representation of color #B1DEAF: hue angle of 117.45º 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 #B1DEAF is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 175 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.13 |
| HSL | 117.45º | 0.42% | 0.78% | - |
| HSV(B) | 117.45º | 0.21% | 0.87% | - |
| XYZ | 51.99 | 64.68 | 50.3 | - |
| YUV | 203.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 175 | 0.20 | 0 | 0.21 | 0.13 | 117.45 | 0.42 | 0.78 |
| Hex | B1 | DE | AF | 14 | 0 | 15 | D | 75 | 2A | 4E |
| Octal | 261 | 336 | 257 | 24 | 0 | 25 | 15 | 165 | 52 | 116 |
| Binary | 10110001 | 11011110 | 10101111 | 10100 | 0 | 10101 | 1101 | 1110101 | 101010 | 1001110 |
Color Harmonies of #B1DEAF
Complementary color
Monochromatic Colors of #B1DEAF
Black with #B1DEAF
Text Example
Text Example
White with #B1DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEAF; }
p { color: rgb(177,222,175); }
H1.HeaderClassName
{
color: #B1DEAF;
}
.AnyTagClassName
{
color: #B1DEAF;
}
</style>
background-color css
<style>
a { background-color: #B1DEAF; }
a { background-color: rgb(177,222,175); }
div.DivClassName
{
background-color: #B1DEAF;
}
.BgClassName
{
background-color: #B1DEAF;
}
</style>
border-color css
<style>
span { border-color: #B1DEAF; }
span { border-color: rgb(177,222,175); }
td.TdClassName
{
border-color: #B1DEAF;
}
.TagClassName
{
border-color: #B1DEAF;
}
</style>