Shades of Green Mist #BAC392
Tints of Green Mist #BAC392
RGB
CMYK
RGB Variations
Color information
#BAC392 (or 0xBAC392) is known color: Green Mist. HEX triplet: BA, C3 and 92. RGB value is (186,195,146). Sum of RGB (Red+Green+Blue) = 186+195+146=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC392 is #453C6D. Grayscale: #BABABA. Windows color (decimal): -4537454 or 9618362. OLE color: 9618362.
HSL color Cylindrical-coordinate representation of color #BAC392: hue angle of 71.02º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC392 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 146 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.24 |
| HSL | 71.02º | 0.29% | 0.67% | - |
| HSV(B) | 71.02º | 0.25% | 0.76% | - |
| XYZ | 44.95 | 51.54 | 34.77 | - |
| YUV | 186.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 146 | 0.05 | 0 | 0.25 | 0.24 | 71.02 | 0.29 | 0.67 |
| Hex | BA | C3 | 92 | 5 | 0 | 19 | 18 | 47 | 1D | 43 |
| Octal | 272 | 303 | 222 | 5 | 0 | 31 | 30 | 107 | 35 | 103 |
| Binary | 10111010 | 11000011 | 10010010 | 101 | 0 | 11001 | 11000 | 1000111 | 11101 | 1000011 |
Color Harmonies of #BAC392
Complementary color
Monochromatic Colors of #BAC392
Black with #BAC392
Text Example
Text Example
White with #BAC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC392; }
p { color: rgb(186,195,146); }
H1.HeaderClassName
{
color: #BAC392;
}
.AnyTagClassName
{
color: #BAC392;
}
</style>
background-color css
<style>
a { background-color: #BAC392; }
a { background-color: rgb(186,195,146); }
div.DivClassName
{
background-color: #BAC392;
}
.BgClassName
{
background-color: #BAC392;
}
</style>
border-color css
<style>
span { border-color: #BAC392; }
span { border-color: rgb(186,195,146); }
td.TdClassName
{
border-color: #BAC392;
}
.TagClassName
{
border-color: #BAC392;
}
</style>