Shades of Green Mist #BABF9A
Tints of Green Mist #BABF9A
RGB
CMYK
RGB Variations
Color information
#BABF9A (or 0xBABF9A) is known color: Green Mist. HEX triplet: BA, BF and 9A. RGB value is (186,191,154). Sum of RGB (Red+Green+Blue) = 186+191+154=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF9A is #454065. Grayscale: #B9B9B9. Windows color (decimal): -4538470 or 10141626. OLE color: 10141626.
HSL color Cylindrical-coordinate representation of color #BABF9A: hue angle of 68.11º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABF9A is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 154 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.25 |
| HSL | 68.11º | 0.22% | 0.68% | - |
| HSV(B) | 68.11º | 0.19% | 0.75% | - |
| XYZ | 44.71 | 50.03 | 37.87 | - |
| YUV | 185.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 154 | 0.03 | 0 | 0.19 | 0.25 | 68.11 | 0.22 | 0.68 |
| Hex | BA | BF | 9A | 3 | 0 | 13 | 19 | 44 | 16 | 44 |
| Octal | 272 | 277 | 232 | 3 | 0 | 23 | 31 | 104 | 26 | 104 |
| Binary | 10111010 | 10111111 | 10011010 | 11 | 0 | 10011 | 11001 | 1000100 | 10110 | 1000100 |
Color Harmonies of #BABF9A
Complementary color
Monochromatic Colors of #BABF9A
Black with #BABF9A
Text Example
Text Example
White with #BABF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF9A; }
p { color: rgb(186,191,154); }
H1.HeaderClassName
{
color: #BABF9A;
}
.AnyTagClassName
{
color: #BABF9A;
}
</style>
background-color css
<style>
a { background-color: #BABF9A; }
a { background-color: rgb(186,191,154); }
div.DivClassName
{
background-color: #BABF9A;
}
.BgClassName
{
background-color: #BABF9A;
}
</style>
border-color css
<style>
span { border-color: #BABF9A; }
span { border-color: rgb(186,191,154); }
td.TdClassName
{
border-color: #BABF9A;
}
.TagClassName
{
border-color: #BABF9A;
}
</style>