Shades of Dark Khaki #BAC06E
Tints of Dark Khaki #BAC06E
RGB
CMYK
RGB Variations
Color information
#BAC06E (or 0xBAC06E) is known color: Dark Khaki. HEX triplet: BA, C0 and 6E. RGB value is (186,192,110). Sum of RGB (Red+Green+Blue) = 186+192+110=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC06E is #453F91. Grayscale: #B5B5B5. Windows color (decimal): -4538258 or 7258298. OLE color: 7258298.
HSL color Cylindrical-coordinate representation of color #BAC06E: hue angle of 64.39º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAC06E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 110 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.25 |
| HSL | 64.39º | 0.39% | 0.59% | - |
| HSV(B) | 64.39º | 0.43% | 0.75% | - |
| XYZ | 41.91 | 49.26 | 22.05 | - |
| YUV | 180.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 110 | 0.03 | 0 | 0.43 | 0.25 | 64.39 | 0.39 | 0.59 |
| Hex | BA | C0 | 6E | 3 | 0 | 2B | 19 | 40 | 27 | 3B |
| Octal | 272 | 300 | 156 | 3 | 0 | 53 | 31 | 100 | 47 | 73 |
| Binary | 10111010 | 11000000 | 1101110 | 11 | 0 | 101011 | 11001 | 1000000 | 100111 | 111011 |
Color Harmonies of #BAC06E
Complementary color
Monochromatic Colors of #BAC06E
Black with #BAC06E
Text Example
Text Example
White with #BAC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC06E; }
p { color: rgb(186,192,110); }
H1.HeaderClassName
{
color: #BAC06E;
}
.AnyTagClassName
{
color: #BAC06E;
}
</style>
background-color css
<style>
a { background-color: #BAC06E; }
a { background-color: rgb(186,192,110); }
div.DivClassName
{
background-color: #BAC06E;
}
.BgClassName
{
background-color: #BAC06E;
}
</style>
border-color css
<style>
span { border-color: #BAC06E; }
span { border-color: rgb(186,192,110); }
td.TdClassName
{
border-color: #BAC06E;
}
.TagClassName
{
border-color: #BAC06E;
}
</style>