Shades of Green Mist #BAC18D
Tints of Green Mist #BAC18D
RGB
CMYK
RGB Variations
Color information
#BAC18D (or 0xBAC18D) is known color: Green Mist. HEX triplet: BA, C1 and 8D. RGB value is (186,193,141). Sum of RGB (Red+Green+Blue) = 186+193+141=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC18D is #453E72. Grayscale: #B9B9B9. Windows color (decimal): -4537971 or 9290170. OLE color: 9290170.
HSL color Cylindrical-coordinate representation of color #BAC18D: hue angle of 68.08º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC18D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 141 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.24 |
| HSL | 68.08º | 0.3% | 0.65% | - |
| HSV(B) | 68.08º | 0.27% | 0.76% | - |
| XYZ | 44.13 | 50.5 | 32.62 | - |
| YUV | 184.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 141 | 0.04 | 0 | 0.27 | 0.24 | 68.08 | 0.3 | 0.65 |
| Hex | BA | C1 | 8D | 4 | 0 | 1B | 18 | 44 | 1E | 41 |
| Octal | 272 | 301 | 215 | 4 | 0 | 33 | 30 | 104 | 36 | 101 |
| Binary | 10111010 | 11000001 | 10001101 | 100 | 0 | 11011 | 11000 | 1000100 | 11110 | 1000001 |
Color Harmonies of #BAC18D
Complementary color
Monochromatic Colors of #BAC18D
Black with #BAC18D
Text Example
Text Example
White with #BAC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC18D; }
p { color: rgb(186,193,141); }
H1.HeaderClassName
{
color: #BAC18D;
}
.AnyTagClassName
{
color: #BAC18D;
}
</style>
background-color css
<style>
a { background-color: #BAC18D; }
a { background-color: rgb(186,193,141); }
div.DivClassName
{
background-color: #BAC18D;
}
.BgClassName
{
background-color: #BAC18D;
}
</style>
border-color css
<style>
span { border-color: #BAC18D; }
span { border-color: rgb(186,193,141); }
td.TdClassName
{
border-color: #BAC18D;
}
.TagClassName
{
border-color: #BAC18D;
}
</style>