Shades of Dark Khaki #BAB86B
Tints of Dark Khaki #BAB86B
RGB
CMYK
RGB Variations
Color information
#BAB86B (or 0xBAB86B) is known color: Dark Khaki. HEX triplet: BA, B8 and 6B. RGB value is (186,184,107). Sum of RGB (Red+Green+Blue) = 186+184+107=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB86B is #454794. Grayscale: #B0B0B0. Windows color (decimal): -4540309 or 7059642. OLE color: 7059642.
HSL color Cylindrical-coordinate representation of color #BAB86B: hue angle of 58.48º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAB86B is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 107 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.27 |
| HSL | 58.48º | 0.36% | 0.57% | - |
| HSV(B) | 58.48º | 0.42% | 0.73% | - |
| XYZ | 40.04 | 45.78 | 20.64 | - |
| YUV | 175.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 107 | 0 | 0.01 | 0.42 | 0.27 | 58.48 | 0.36 | 0.57 |
| Hex | BA | B8 | 6B | 0 | 1 | 2A | 1B | 3A | 24 | 39 |
| Octal | 272 | 270 | 153 | 0 | 1 | 52 | 33 | 72 | 44 | 71 |
| Binary | 10111010 | 10111000 | 1101011 | 0 | 1 | 101010 | 11011 | 111010 | 100100 | 111001 |
Color Harmonies of #BAB86B
Complementary color
Monochromatic Colors of #BAB86B
Black with #BAB86B
Text Example
Text Example
White with #BAB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB86B; }
p { color: rgb(186,184,107); }
H1.HeaderClassName
{
color: #BAB86B;
}
.AnyTagClassName
{
color: #BAB86B;
}
</style>
background-color css
<style>
a { background-color: #BAB86B; }
a { background-color: rgb(186,184,107); }
div.DivClassName
{
background-color: #BAB86B;
}
.BgClassName
{
background-color: #BAB86B;
}
</style>
border-color css
<style>
span { border-color: #BAB86B; }
span { border-color: rgb(186,184,107); }
td.TdClassName
{
border-color: #BAB86B;
}
.TagClassName
{
border-color: #BAB86B;
}
</style>