Shades of Dark Khaki #BAC06B
Tints of Dark Khaki #BAC06B
RGB
CMYK
RGB Variations
Color information
#BAC06B (or 0xBAC06B) is known color: Dark Khaki. HEX triplet: BA, C0 and 6B. RGB value is (186,192,107). Sum of RGB (Red+Green+Blue) = 186+192+107=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC06B is #453F94. Grayscale: #B4B4B4. Windows color (decimal): -4538261 or 7061690. OLE color: 7061690.
HSL color Cylindrical-coordinate representation of color #BAC06B: hue angle of 64.24º 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 #BAC06B is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 107 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.25 |
| HSL | 64.24º | 0.4% | 0.59% | - |
| HSV(B) | 64.24º | 0.44% | 0.75% | - |
| XYZ | 41.75 | 49.2 | 21.21 | - |
| YUV | 180.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 107 | 0.03 | 0 | 0.44 | 0.25 | 64.24 | 0.4 | 0.59 |
| Hex | BA | C0 | 6B | 3 | 0 | 2C | 19 | 40 | 28 | 3B |
| Octal | 272 | 300 | 153 | 3 | 0 | 54 | 31 | 100 | 50 | 73 |
| Binary | 10111010 | 11000000 | 1101011 | 11 | 0 | 101100 | 11001 | 1000000 | 101000 | 111011 |
Color Harmonies of #BAC06B
Complementary color
Monochromatic Colors of #BAC06B
Black with #BAC06B
Text Example
Text Example
White with #BAC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC06B; }
p { color: rgb(186,192,107); }
H1.HeaderClassName
{
color: #BAC06B;
}
.AnyTagClassName
{
color: #BAC06B;
}
</style>
background-color css
<style>
a { background-color: #BAC06B; }
a { background-color: rgb(186,192,107); }
div.DivClassName
{
background-color: #BAC06B;
}
.BgClassName
{
background-color: #BAC06B;
}
</style>
border-color css
<style>
span { border-color: #BAC06B; }
span { border-color: rgb(186,192,107); }
td.TdClassName
{
border-color: #BAC06B;
}
.TagClassName
{
border-color: #BAC06B;
}
</style>