Shades of Green Mist #BAC08B
Tints of Green Mist #BAC08B
RGB
CMYK
RGB Variations
Color information
#BAC08B (or 0xBAC08B) is known color: Green Mist. HEX triplet: BA, C0 and 8B. RGB value is (186,192,139). Sum of RGB (Red+Green+Blue) = 186+192+139=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC08B is #453F74. Grayscale: #B8B8B8. Windows color (decimal): -4538229 or 9158842. OLE color: 9158842.
HSL color Cylindrical-coordinate representation of color #BAC08B: hue angle of 66.79º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC08B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 139 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.25 |
| HSL | 66.79º | 0.3% | 0.65% | - |
| HSV(B) | 66.79º | 0.28% | 0.75% | - |
| XYZ | 43.76 | 50 | 31.77 | - |
| YUV | 184.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 139 | 0.03 | 0 | 0.28 | 0.25 | 66.79 | 0.3 | 0.65 |
| Hex | BA | C0 | 8B | 3 | 0 | 1C | 19 | 43 | 1E | 41 |
| Octal | 272 | 300 | 213 | 3 | 0 | 34 | 31 | 103 | 36 | 101 |
| Binary | 10111010 | 11000000 | 10001011 | 11 | 0 | 11100 | 11001 | 1000011 | 11110 | 1000001 |
Color Harmonies of #BAC08B
Complementary color
Monochromatic Colors of #BAC08B
Black with #BAC08B
Text Example
Text Example
White with #BAC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC08B; }
p { color: rgb(186,192,139); }
H1.HeaderClassName
{
color: #BAC08B;
}
.AnyTagClassName
{
color: #BAC08B;
}
</style>
background-color css
<style>
a { background-color: #BAC08B; }
a { background-color: rgb(186,192,139); }
div.DivClassName
{
background-color: #BAC08B;
}
.BgClassName
{
background-color: #BAC08B;
}
</style>
border-color css
<style>
span { border-color: #BAC08B; }
span { border-color: rgb(186,192,139); }
td.TdClassName
{
border-color: #BAC08B;
}
.TagClassName
{
border-color: #BAC08B;
}
</style>