Shades of Green Mist #BABD9A
Tints of Green Mist #BABD9A
RGB
CMYK
RGB Variations
Color information
#BABD9A (or 0xBABD9A) is known color: Green Mist. HEX triplet: BA, BD and 9A. RGB value is (186,189,154). Sum of RGB (Red+Green+Blue) = 186+189+154=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD9A is #454265. Grayscale: #B8B8B8. Windows color (decimal): -4538982 or 10141114. OLE color: 10141114.
HSL color Cylindrical-coordinate representation of color #BABD9A: hue angle of 65.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABD9A is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 154 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.26 |
| HSL | 65.14º | 0.21% | 0.67% | - |
| HSV(B) | 65.14º | 0.19% | 0.74% | - |
| XYZ | 44.28 | 49.17 | 37.73 | - |
| YUV | 184.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 154 | 0.02 | 0 | 0.19 | 0.26 | 65.14 | 0.21 | 0.67 |
| Hex | BA | BD | 9A | 2 | 0 | 13 | 1A | 41 | 15 | 43 |
| Octal | 272 | 275 | 232 | 2 | 0 | 23 | 32 | 101 | 25 | 103 |
| Binary | 10111010 | 10111101 | 10011010 | 10 | 0 | 10011 | 11010 | 1000001 | 10101 | 1000011 |
Color Harmonies of #BABD9A
Complementary color
Monochromatic Colors of #BABD9A
Black with #BABD9A
Text Example
Text Example
White with #BABD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD9A; }
p { color: rgb(186,189,154); }
H1.HeaderClassName
{
color: #BABD9A;
}
.AnyTagClassName
{
color: #BABD9A;
}
</style>
background-color css
<style>
a { background-color: #BABD9A; }
a { background-color: rgb(186,189,154); }
div.DivClassName
{
background-color: #BABD9A;
}
.BgClassName
{
background-color: #BABD9A;
}
</style>
border-color css
<style>
span { border-color: #BABD9A; }
span { border-color: rgb(186,189,154); }
td.TdClassName
{
border-color: #BABD9A;
}
.TagClassName
{
border-color: #BABD9A;
}
</style>