Shades of Green Mist #BAC498
Tints of Green Mist #BAC498
RGB
CMYK
RGB Variations
Color information
#BAC498 (or 0xBAC498) is known color: Green Mist. HEX triplet: BA, C4 and 98. RGB value is (186,196,152). Sum of RGB (Red+Green+Blue) = 186+196+152=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC498 is #453B67. Grayscale: #BCBCBC. Windows color (decimal): -4537192 or 10011834. OLE color: 10011834.
HSL color Cylindrical-coordinate representation of color #BAC498: hue angle of 73.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC498 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 152 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.23 |
| HSL | 73.64º | 0.27% | 0.68% | - |
| HSV(B) | 73.64º | 0.22% | 0.77% | - |
| XYZ | 45.66 | 52.19 | 37.37 | - |
| YUV | 187.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 152 | 0.05 | 0 | 0.22 | 0.23 | 73.64 | 0.27 | 0.68 |
| Hex | BA | C4 | 98 | 5 | 0 | 16 | 17 | 4A | 1B | 44 |
| Octal | 272 | 304 | 230 | 5 | 0 | 26 | 27 | 112 | 33 | 104 |
| Binary | 10111010 | 11000100 | 10011000 | 101 | 0 | 10110 | 10111 | 1001010 | 11011 | 1000100 |
Color Harmonies of #BAC498
Complementary color
Monochromatic Colors of #BAC498
Black with #BAC498
Text Example
Text Example
White with #BAC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC498; }
p { color: rgb(186,196,152); }
H1.HeaderClassName
{
color: #BAC498;
}
.AnyTagClassName
{
color: #BAC498;
}
</style>
background-color css
<style>
a { background-color: #BAC498; }
a { background-color: rgb(186,196,152); }
div.DivClassName
{
background-color: #BAC498;
}
.BgClassName
{
background-color: #BAC498;
}
</style>
border-color css
<style>
span { border-color: #BAC498; }
span { border-color: rgb(186,196,152); }
td.TdClassName
{
border-color: #BAC498;
}
.TagClassName
{
border-color: #BAC498;
}
</style>