Shades of Dark Khaki #BAB96A
Tints of Dark Khaki #BAB96A
RGB
CMYK
RGB Variations
Color information
#BAB96A (or 0xBAB96A) is known color: Dark Khaki. HEX triplet: BA, B9 and 6A. RGB value is (186,185,106). Sum of RGB (Red+Green+Blue) = 186+185+106=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96A is #454695. Grayscale: #B0B0B0. Windows color (decimal): -4540054 or 6994362. OLE color: 6994362.
HSL color Cylindrical-coordinate representation of color #BAB96A: hue angle of 59.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAB96A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 106 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.27 |
| HSL | 59.25º | 0.37% | 0.57% | - |
| HSV(B) | 59.25º | 0.43% | 0.73% | - |
| XYZ | 40.2 | 46.18 | 20.43 | - |
| YUV | 176.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 106 | 0 | 0.01 | 0.43 | 0.27 | 59.25 | 0.37 | 0.57 |
| Hex | BA | B9 | 6A | 0 | 1 | 2B | 1B | 3B | 25 | 39 |
| Octal | 272 | 271 | 152 | 0 | 1 | 53 | 33 | 73 | 45 | 71 |
| Binary | 10111010 | 10111001 | 1101010 | 0 | 1 | 101011 | 11011 | 111011 | 100101 | 111001 |
Color Harmonies of #BAB96A
Complementary color
Monochromatic Colors of #BAB96A
Black with #BAB96A
Text Example
Text Example
White with #BAB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB96A; }
p { color: rgb(186,185,106); }
H1.HeaderClassName
{
color: #BAB96A;
}
.AnyTagClassName
{
color: #BAB96A;
}
</style>
background-color css
<style>
a { background-color: #BAB96A; }
a { background-color: rgb(186,185,106); }
div.DivClassName
{
background-color: #BAB96A;
}
.BgClassName
{
background-color: #BAB96A;
}
</style>
border-color css
<style>
span { border-color: #BAB96A; }
span { border-color: rgb(186,185,106); }
td.TdClassName
{
border-color: #BAB96A;
}
.TagClassName
{
border-color: #BAB96A;
}
</style>