Shades of Green Mist #BABC9A
Tints of Green Mist #BABC9A
RGB
CMYK
RGB Variations
Color information
#BABC9A (or 0xBABC9A) is known color: Green Mist. HEX triplet: BA, BC and 9A. RGB value is (186,188,154). Sum of RGB (Red+Green+Blue) = 186+188+154=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC9A is #454365. Grayscale: #B7B7B7. Windows color (decimal): -4539238 or 10140858. OLE color: 10140858.
HSL color Cylindrical-coordinate representation of color #BABC9A: hue angle of 63.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABC9A is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 154 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.26 |
| HSL | 63.53º | 0.2% | 0.67% | - |
| HSV(B) | 63.53º | 0.18% | 0.74% | - |
| XYZ | 44.07 | 48.74 | 37.66 | - |
| YUV | 183.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 154 | 0.01 | 0 | 0.18 | 0.26 | 63.53 | 0.2 | 0.67 |
| Hex | BA | BC | 9A | 1 | 0 | 12 | 1A | 40 | 14 | 43 |
| Octal | 272 | 274 | 232 | 1 | 0 | 22 | 32 | 100 | 24 | 103 |
| Binary | 10111010 | 10111100 | 10011010 | 1 | 0 | 10010 | 11010 | 1000000 | 10100 | 1000011 |
Color Harmonies of #BABC9A
Complementary color
Monochromatic Colors of #BABC9A
Black with #BABC9A
Text Example
Text Example
White with #BABC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC9A; }
p { color: rgb(186,188,154); }
H1.HeaderClassName
{
color: #BABC9A;
}
.AnyTagClassName
{
color: #BABC9A;
}
</style>
background-color css
<style>
a { background-color: #BABC9A; }
a { background-color: rgb(186,188,154); }
div.DivClassName
{
background-color: #BABC9A;
}
.BgClassName
{
background-color: #BABC9A;
}
</style>
border-color css
<style>
span { border-color: #BABC9A; }
span { border-color: rgb(186,188,154); }
td.TdClassName
{
border-color: #BABC9A;
}
.TagClassName
{
border-color: #BABC9A;
}
</style>