Shades of Green Mist #BAC68E
Tints of Green Mist #BAC68E
RGB
CMYK
RGB Variations
Color information
#BAC68E (or 0xBAC68E) is known color: Green Mist. HEX triplet: BA, C6 and 8E. RGB value is (186,198,142). Sum of RGB (Red+Green+Blue) = 186+198+142=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC68E is #453971. Grayscale: #BCBCBC. Windows color (decimal): -4536690 or 9356986. OLE color: 9356986.
HSL color Cylindrical-coordinate representation of color #BAC68E: hue angle of 72.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC68E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 142 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.22 |
| HSL | 72.86º | 0.33% | 0.67% | - |
| HSV(B) | 72.86º | 0.28% | 0.78% | - |
| XYZ | 45.33 | 52.78 | 33.39 | - |
| YUV | 188.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 142 | 0.06 | 0 | 0.28 | 0.22 | 72.86 | 0.33 | 0.67 |
| Hex | BA | C6 | 8E | 6 | 0 | 1C | 16 | 49 | 21 | 43 |
| Octal | 272 | 306 | 216 | 6 | 0 | 34 | 26 | 111 | 41 | 103 |
| Binary | 10111010 | 11000110 | 10001110 | 110 | 0 | 11100 | 10110 | 1001001 | 100001 | 1000011 |
Color Harmonies of #BAC68E
Complementary color
Monochromatic Colors of #BAC68E
Black with #BAC68E
Text Example
Text Example
White with #BAC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC68E; }
p { color: rgb(186,198,142); }
H1.HeaderClassName
{
color: #BAC68E;
}
.AnyTagClassName
{
color: #BAC68E;
}
</style>
background-color css
<style>
a { background-color: #BAC68E; }
a { background-color: rgb(186,198,142); }
div.DivClassName
{
background-color: #BAC68E;
}
.BgClassName
{
background-color: #BAC68E;
}
</style>
border-color css
<style>
span { border-color: #BAC68E; }
span { border-color: rgb(186,198,142); }
td.TdClassName
{
border-color: #BAC68E;
}
.TagClassName
{
border-color: #BAC68E;
}
</style>