Shades of Dark Khaki #BAC06C
Tints of Dark Khaki #BAC06C
RGB
CMYK
RGB Variations
Color information
#BAC06C (or 0xBAC06C) is known color: Dark Khaki. HEX triplet: BA, C0 and 6C. RGB value is (186,192,108). Sum of RGB (Red+Green+Blue) = 186+192+108=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC06C is #453F93. Grayscale: #B4B4B4. Windows color (decimal): -4538260 or 7127226. OLE color: 7127226.
HSL color Cylindrical-coordinate representation of color #BAC06C: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAC06C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 108 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.25 |
| HSL | 64.29º | 0.4% | 0.59% | - |
| HSV(B) | 64.29º | 0.44% | 0.75% | - |
| XYZ | 41.81 | 49.22 | 21.48 | - |
| YUV | 180.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 108 | 0.03 | 0 | 0.44 | 0.25 | 64.29 | 0.4 | 0.59 |
| Hex | BA | C0 | 6C | 3 | 0 | 2C | 19 | 40 | 28 | 3B |
| Octal | 272 | 300 | 154 | 3 | 0 | 54 | 31 | 100 | 50 | 73 |
| Binary | 10111010 | 11000000 | 1101100 | 11 | 0 | 101100 | 11001 | 1000000 | 101000 | 111011 |
Color Harmonies of #BAC06C
Complementary color
Monochromatic Colors of #BAC06C
Black with #BAC06C
Text Example
Text Example
White with #BAC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC06C; }
p { color: rgb(186,192,108); }
H1.HeaderClassName
{
color: #BAC06C;
}
.AnyTagClassName
{
color: #BAC06C;
}
</style>
background-color css
<style>
a { background-color: #BAC06C; }
a { background-color: rgb(186,192,108); }
div.DivClassName
{
background-color: #BAC06C;
}
.BgClassName
{
background-color: #BAC06C;
}
</style>
border-color css
<style>
span { border-color: #BAC06C; }
span { border-color: rgb(186,192,108); }
td.TdClassName
{
border-color: #BAC06C;
}
.TagClassName
{
border-color: #BAC06C;
}
</style>