Shades of Moss Green #B1DBAE
Tints of Moss Green #B1DBAE
RGB
CMYK
RGB Variations
Color information
#B1DBAE (or 0xB1DBAE) is known color: Moss Green. HEX triplet: B1, DB and AE. RGB value is (177,219,174). Sum of RGB (Red+Green+Blue) = 177+219+174=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DBAE is #4E2451. Grayscale: #C9C9C9. Windows color (decimal): -5121106 or 11459505. OLE color: 11459505.
HSL color Cylindrical-coordinate representation of color #B1DBAE: hue angle of 116º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DBAE is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 174 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.14 |
| HSL | 116º | 0.38% | 0.77% | - |
| HSV(B) | 116º | 0.21% | 0.86% | - |
| XYZ | 51.1 | 63.07 | 49.52 | - |
| YUV | 201.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 174 | 0.19 | 0 | 0.21 | 0.14 | 116 | 0.38 | 0.77 |
| Hex | B1 | DB | AE | 13 | 0 | 15 | E | 74 | 26 | 4D |
| Octal | 261 | 333 | 256 | 23 | 0 | 25 | 16 | 164 | 46 | 115 |
| Binary | 10110001 | 11011011 | 10101110 | 10011 | 0 | 10101 | 1110 | 1110100 | 100110 | 1001101 |
Color Harmonies of #B1DBAE
Complementary color
Monochromatic Colors of #B1DBAE
Black with #B1DBAE
Text Example
Text Example
White with #B1DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBAE; }
p { color: rgb(177,219,174); }
H1.HeaderClassName
{
color: #B1DBAE;
}
.AnyTagClassName
{
color: #B1DBAE;
}
</style>
background-color css
<style>
a { background-color: #B1DBAE; }
a { background-color: rgb(177,219,174); }
div.DivClassName
{
background-color: #B1DBAE;
}
.BgClassName
{
background-color: #B1DBAE;
}
</style>
border-color css
<style>
span { border-color: #B1DBAE; }
span { border-color: rgb(177,219,174); }
td.TdClassName
{
border-color: #B1DBAE;
}
.TagClassName
{
border-color: #B1DBAE;
}
</style>