Shades of Green Mist #BAC398
Tints of Green Mist #BAC398
RGB
CMYK
RGB Variations
Color information
#BAC398 (or 0xBAC398) is known color: Green Mist. HEX triplet: BA, C3 and 98. RGB value is (186,195,152). Sum of RGB (Red+Green+Blue) = 186+195+152=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC398 is #453C67. Grayscale: #BBBBBB. Windows color (decimal): -4537448 or 10011578. OLE color: 10011578.
HSL color Cylindrical-coordinate representation of color #BAC398: hue angle of 72.56º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC398 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 152 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.24 |
| HSL | 72.56º | 0.26% | 0.68% | - |
| HSV(B) | 72.56º | 0.22% | 0.76% | - |
| XYZ | 45.43 | 51.74 | 37.3 | - |
| YUV | 187.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 152 | 0.05 | 0 | 0.22 | 0.24 | 72.56 | 0.26 | 0.68 |
| Hex | BA | C3 | 98 | 5 | 0 | 16 | 18 | 49 | 1A | 44 |
| Octal | 272 | 303 | 230 | 5 | 0 | 26 | 30 | 111 | 32 | 104 |
| Binary | 10111010 | 11000011 | 10011000 | 101 | 0 | 10110 | 11000 | 1001001 | 11010 | 1000100 |
Color Harmonies of #BAC398
Complementary color
Monochromatic Colors of #BAC398
Black with #BAC398
Text Example
Text Example
White with #BAC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC398; }
p { color: rgb(186,195,152); }
H1.HeaderClassName
{
color: #BAC398;
}
.AnyTagClassName
{
color: #BAC398;
}
</style>
background-color css
<style>
a { background-color: #BAC398; }
a { background-color: rgb(186,195,152); }
div.DivClassName
{
background-color: #BAC398;
}
.BgClassName
{
background-color: #BAC398;
}
</style>
border-color css
<style>
span { border-color: #BAC398; }
span { border-color: rgb(186,195,152); }
td.TdClassName
{
border-color: #BAC398;
}
.TagClassName
{
border-color: #BAC398;
}
</style>