Shades of Green Mist #BABD8E
Tints of Green Mist #BABD8E
RGB
CMYK
RGB Variations
Color information
#BABD8E (or 0xBABD8E) is known color: Green Mist. HEX triplet: BA, BD and 8E. RGB value is (186,189,142). Sum of RGB (Red+Green+Blue) = 186+189+142=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD8E is #454271. Grayscale: #B6B6B6. Windows color (decimal): -4538994 or 9354682. OLE color: 9354682.
HSL color Cylindrical-coordinate representation of color #BABD8E: hue angle of 63.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABD8E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 142 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.26 |
| HSL | 63.83º | 0.26% | 0.65% | - |
| HSV(B) | 63.83º | 0.25% | 0.74% | - |
| XYZ | 43.33 | 48.79 | 32.72 | - |
| YUV | 182.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 142 | 0.02 | 0 | 0.25 | 0.26 | 63.83 | 0.26 | 0.65 |
| Hex | BA | BD | 8E | 2 | 0 | 19 | 1A | 40 | 1A | 41 |
| Octal | 272 | 275 | 216 | 2 | 0 | 31 | 32 | 100 | 32 | 101 |
| Binary | 10111010 | 10111101 | 10001110 | 10 | 0 | 11001 | 11010 | 1000000 | 11010 | 1000001 |
Color Harmonies of #BABD8E
Complementary color
Monochromatic Colors of #BABD8E
Black with #BABD8E
Text Example
Text Example
White with #BABD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD8E; }
p { color: rgb(186,189,142); }
H1.HeaderClassName
{
color: #BABD8E;
}
.AnyTagClassName
{
color: #BABD8E;
}
</style>
background-color css
<style>
a { background-color: #BABD8E; }
a { background-color: rgb(186,189,142); }
div.DivClassName
{
background-color: #BABD8E;
}
.BgClassName
{
background-color: #BABD8E;
}
</style>
border-color css
<style>
span { border-color: #BABD8E; }
span { border-color: rgb(186,189,142); }
td.TdClassName
{
border-color: #BABD8E;
}
.TagClassName
{
border-color: #BABD8E;
}
</style>