Shades of Moss Green #BADDB7
Tints of Moss Green #BADDB7
RGB
CMYK
RGB Variations
Color information
#BADDB7 (or 0xBADDB7) is known color: Moss Green. HEX triplet: BA, DD and B7. RGB value is (186,221,183). Sum of RGB (Red+Green+Blue) = 186+221+183=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB7 is #452248. Grayscale: #CECECE. Windows color (decimal): -4530761 or 12049850. OLE color: 12049850.
HSL color Cylindrical-coordinate representation of color #BADDB7: hue angle of 115.26º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADDB7 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 183 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.13 |
| HSL | 115.26º | 0.36% | 0.79% | - |
| HSV(B) | 115.26º | 0.17% | 0.87% | - |
| XYZ | 54.65 | 65.57 | 54.58 | - |
| YUV | 206.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 183 | 0.16 | 0 | 0.17 | 0.13 | 115.26 | 0.36 | 0.79 |
| Hex | BA | DD | B7 | 10 | 0 | 11 | D | 73 | 24 | 4F |
| Octal | 272 | 335 | 267 | 20 | 0 | 21 | 15 | 163 | 44 | 117 |
| Binary | 10111010 | 11011101 | 10110111 | 10000 | 0 | 10001 | 1101 | 1110011 | 100100 | 1001111 |
Color Harmonies of #BADDB7
Complementary color
Monochromatic Colors of #BADDB7
Black with #BADDB7
Text Example
Text Example
White with #BADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDB7; }
p { color: rgb(186,221,183); }
H1.HeaderClassName
{
color: #BADDB7;
}
.AnyTagClassName
{
color: #BADDB7;
}
</style>
background-color css
<style>
a { background-color: #BADDB7; }
a { background-color: rgb(186,221,183); }
div.DivClassName
{
background-color: #BADDB7;
}
.BgClassName
{
background-color: #BADDB7;
}
</style>
border-color css
<style>
span { border-color: #BADDB7; }
span { border-color: rgb(186,221,183); }
td.TdClassName
{
border-color: #BADDB7;
}
.TagClassName
{
border-color: #BADDB7;
}
</style>