Shades of Green Mist #BAC38E
Tints of Green Mist #BAC38E
RGB
CMYK
RGB Variations
Color information
#BAC38E (or 0xBAC38E) is known color: Green Mist. HEX triplet: BA, C3 and 8E. RGB value is (186,195,142). Sum of RGB (Red+Green+Blue) = 186+195+142=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC38E is #453C71. Grayscale: #BABABA. Windows color (decimal): -4537458 or 9356218. OLE color: 9356218.
HSL color Cylindrical-coordinate representation of color #BAC38E: hue angle of 70.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC38E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 142 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.24 |
| HSL | 70.19º | 0.31% | 0.66% | - |
| HSV(B) | 70.19º | 0.27% | 0.76% | - |
| XYZ | 44.65 | 51.42 | 33.16 | - |
| YUV | 186.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 142 | 0.05 | 0 | 0.27 | 0.24 | 70.19 | 0.31 | 0.66 |
| Hex | BA | C3 | 8E | 5 | 0 | 1B | 18 | 46 | 1F | 42 |
| Octal | 272 | 303 | 216 | 5 | 0 | 33 | 30 | 106 | 37 | 102 |
| Binary | 10111010 | 11000011 | 10001110 | 101 | 0 | 11011 | 11000 | 1000110 | 11111 | 1000010 |
Color Harmonies of #BAC38E
Complementary color
Monochromatic Colors of #BAC38E
Black with #BAC38E
Text Example
Text Example
White with #BAC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC38E; }
p { color: rgb(186,195,142); }
H1.HeaderClassName
{
color: #BAC38E;
}
.AnyTagClassName
{
color: #BAC38E;
}
</style>
background-color css
<style>
a { background-color: #BAC38E; }
a { background-color: rgb(186,195,142); }
div.DivClassName
{
background-color: #BAC38E;
}
.BgClassName
{
background-color: #BAC38E;
}
</style>
border-color css
<style>
span { border-color: #BAC38E; }
span { border-color: rgb(186,195,142); }
td.TdClassName
{
border-color: #BAC38E;
}
.TagClassName
{
border-color: #BAC38E;
}
</style>