Shades of Green Mist #BABA9C
Tints of Green Mist #BABA9C
RGB
CMYK
RGB Variations
Color information
#BABA9C (or 0xBABA9C) is known color: Green Mist. HEX triplet: BA, BA and 9C. RGB value is (186,186,156). Sum of RGB (Red+Green+Blue) = 186+186+156=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9C is #454563. Grayscale: #B6B6B6. Windows color (decimal): -4539748 or 10271418. OLE color: 10271418.
HSL color Cylindrical-coordinate representation of color #BABA9C: hue angle of 60º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABA9C is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 186 | 156 | - |
CMYK | 0 | 0 | 0.16 | 0.27 |
HSL | 60º | 0.18% | 0.67% | - |
HSV(B) | 60º | 0.16% | 0.73% | - |
XYZ | 43.81 | 47.96 | 38.4 | - |
YUV | 182.58 | 113 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 156 | 0 | 0 | 0.16 | 0.27 | 60 | 0.18 | 0.67 |
Hex | BA | BA | 9C | 0 | 0 | 10 | 1B | 3C | 12 | 43 |
Octal | 272 | 272 | 234 | 0 | 0 | 20 | 33 | 74 | 22 | 103 |
Binary | 10111010 | 10111010 | 10011100 | 0 | 0 | 10000 | 11011 | 111100 | 10010 | 1000011 |
Color Harmonies of #BABA9C
Complementary color
Monochromatic Colors of #BABA9C
Black with #BABA9C
Text Example
Text Example
White with #BABA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA9C; }
p { color: rgb(186,186,156); }
H1.HeaderClassName
{
color: #BABA9C;
}
.AnyTagClassName
{
color: #BABA9C;
}
</style>
background-color css
<style>
a { background-color: #BABA9C; }
a { background-color: rgb(186,186,156); }
div.DivClassName
{
background-color: #BABA9C;
}
.BgClassName
{
background-color: #BABA9C;
}
</style>
border-color css
<style>
span { border-color: #BABA9C; }
span { border-color: rgb(186,186,156); }
td.TdClassName
{
border-color: #BABA9C;
}
.TagClassName
{
border-color: #BABA9C;
}
</style>