Shades of Green Mist #BABD90
Tints of Green Mist #BABD90
RGB
CMYK
RGB Variations
Color information
#BABD90 (or 0xBABD90) is known color: Green Mist. HEX triplet: BA, BD and 90. RGB value is (186,189,144). Sum of RGB (Red+Green+Blue) = 186+189+144=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD90 is #45426F. Grayscale: #B7B7B7. Windows color (decimal): -4538992 or 9485754. OLE color: 9485754.
HSL color Cylindrical-coordinate representation of color #BABD90: hue angle of 64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABD90 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 144 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.26 |
| HSL | 64º | 0.25% | 0.65% | - |
| HSV(B) | 64º | 0.24% | 0.74% | - |
| XYZ | 43.48 | 48.85 | 33.52 | - |
| YUV | 182.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 144 | 0.02 | 0 | 0.24 | 0.26 | 64 | 0.25 | 0.65 |
| Hex | BA | BD | 90 | 2 | 0 | 18 | 1A | 40 | 19 | 41 |
| Octal | 272 | 275 | 220 | 2 | 0 | 30 | 32 | 100 | 31 | 101 |
| Binary | 10111010 | 10111101 | 10010000 | 10 | 0 | 11000 | 11010 | 1000000 | 11001 | 1000001 |
Color Harmonies of #BABD90
Complementary color
Monochromatic Colors of #BABD90
Black with #BABD90
Text Example
Text Example
White with #BABD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD90; }
p { color: rgb(186,189,144); }
H1.HeaderClassName
{
color: #BABD90;
}
.AnyTagClassName
{
color: #BABD90;
}
</style>
background-color css
<style>
a { background-color: #BABD90; }
a { background-color: rgb(186,189,144); }
div.DivClassName
{
background-color: #BABD90;
}
.BgClassName
{
background-color: #BABD90;
}
</style>
border-color css
<style>
span { border-color: #BABD90; }
span { border-color: rgb(186,189,144); }
td.TdClassName
{
border-color: #BABD90;
}
.TagClassName
{
border-color: #BABD90;
}
</style>