Shades of Moss Green #BDEAB9
Tints of Moss Green #BDEAB9
RGB
CMYK
RGB Variations
Color information
#BDEAB9 (or 0xBDEAB9) is known color: Moss Green. HEX triplet: BD, EA and B9. RGB value is (189,234,185). Sum of RGB (Red+Green+Blue) = 189+234+185=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAB9 is #421546. Grayscale: #D7D7D7. Windows color (decimal): -4330823 or 12184253. OLE color: 12184253.
HSL color Cylindrical-coordinate representation of color #BDEAB9: hue angle of 115.1º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEAB9 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 185 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.08 |
| HSL | 115.1º | 0.54% | 0.82% | - |
| HSV(B) | 115.1º | 0.21% | 0.92% | - |
| XYZ | 59.17 | 73.17 | 56.9 | - |
| YUV | 214.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 185 | 0.19 | 0 | 0.21 | 0.08 | 115.1 | 0.54 | 0.82 |
| Hex | BD | EA | B9 | 13 | 0 | 15 | 8 | 73 | 36 | 52 |
| Octal | 275 | 352 | 271 | 23 | 0 | 25 | 10 | 163 | 66 | 122 |
| Binary | 10111101 | 11101010 | 10111001 | 10011 | 0 | 10101 | 1000 | 1110011 | 110110 | 1010010 |
Color Harmonies of #BDEAB9
Complementary color
Monochromatic Colors of #BDEAB9
Black with #BDEAB9
Text Example
Text Example
White with #BDEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAB9; }
p { color: rgb(189,234,185); }
H1.HeaderClassName
{
color: #BDEAB9;
}
.AnyTagClassName
{
color: #BDEAB9;
}
</style>
background-color css
<style>
a { background-color: #BDEAB9; }
a { background-color: rgb(189,234,185); }
div.DivClassName
{
background-color: #BDEAB9;
}
.BgClassName
{
background-color: #BDEAB9;
}
</style>
border-color css
<style>
span { border-color: #BDEAB9; }
span { border-color: rgb(189,234,185); }
td.TdClassName
{
border-color: #BDEAB9;
}
.TagClassName
{
border-color: #BDEAB9;
}
</style>