Shades of Green Mist #BABF8C
Tints of Green Mist #BABF8C
RGB
CMYK
RGB Variations
Color information
#BABF8C (or 0xBABF8C) is known color: Green Mist. HEX triplet: BA, BF and 8C. RGB value is (186,191,140). Sum of RGB (Red+Green+Blue) = 186+191+140=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF8C is #454073. Grayscale: #B7B7B7. Windows color (decimal): -4538484 or 9224122. OLE color: 9224122.
HSL color Cylindrical-coordinate representation of color #BABF8C: hue angle of 65.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABF8C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 140 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.25 |
| HSL | 65.88º | 0.28% | 0.65% | - |
| HSV(B) | 65.88º | 0.27% | 0.75% | - |
| XYZ | 43.61 | 49.59 | 32.08 | - |
| YUV | 183.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 140 | 0.03 | 0 | 0.27 | 0.25 | 65.88 | 0.28 | 0.65 |
| Hex | BA | BF | 8C | 3 | 0 | 1B | 19 | 42 | 1C | 41 |
| Octal | 272 | 277 | 214 | 3 | 0 | 33 | 31 | 102 | 34 | 101 |
| Binary | 10111010 | 10111111 | 10001100 | 11 | 0 | 11011 | 11001 | 1000010 | 11100 | 1000001 |
Color Harmonies of #BABF8C
Complementary color
Monochromatic Colors of #BABF8C
Black with #BABF8C
Text Example
Text Example
White with #BABF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF8C; }
p { color: rgb(186,191,140); }
H1.HeaderClassName
{
color: #BABF8C;
}
.AnyTagClassName
{
color: #BABF8C;
}
</style>
background-color css
<style>
a { background-color: #BABF8C; }
a { background-color: rgb(186,191,140); }
div.DivClassName
{
background-color: #BABF8C;
}
.BgClassName
{
background-color: #BABF8C;
}
</style>
border-color css
<style>
span { border-color: #BABF8C; }
span { border-color: rgb(186,191,140); }
td.TdClassName
{
border-color: #BABF8C;
}
.TagClassName
{
border-color: #BABF8C;
}
</style>