Shades of Dark Khaki #BAB964
Tints of Dark Khaki #BAB964
RGB
CMYK
RGB Variations
Color information
#BAB964 (or 0xBAB964) is known color: Dark Khaki. HEX triplet: BA, B9 and 64. RGB value is (186,185,100). Sum of RGB (Red+Green+Blue) = 186+185+100=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB964 is #45469B. Grayscale: #AFAFAF. Windows color (decimal): -4540060 or 6601146. OLE color: 6601146.
HSL color Cylindrical-coordinate representation of color #BAB964: hue angle of 59.3º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAB964 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 100 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.27 |
| HSL | 59.3º | 0.38% | 0.56% | - |
| HSV(B) | 59.3º | 0.46% | 0.73% | - |
| XYZ | 39.9 | 46.06 | 18.84 | - |
| YUV | 175.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 100 | 0 | 0.01 | 0.46 | 0.27 | 59.3 | 0.38 | 0.56 |
| Hex | BA | B9 | 64 | 0 | 1 | 2E | 1B | 3B | 26 | 38 |
| Octal | 272 | 271 | 144 | 0 | 1 | 56 | 33 | 73 | 46 | 70 |
| Binary | 10111010 | 10111001 | 1100100 | 0 | 1 | 101110 | 11011 | 111011 | 100110 | 111000 |
Color Harmonies of #BAB964
Complementary color
Monochromatic Colors of #BAB964
Black with #BAB964
Text Example
Text Example
White with #BAB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB964; }
p { color: rgb(186,185,100); }
H1.HeaderClassName
{
color: #BAB964;
}
.AnyTagClassName
{
color: #BAB964;
}
</style>
background-color css
<style>
a { background-color: #BAB964; }
a { background-color: rgb(186,185,100); }
div.DivClassName
{
background-color: #BAB964;
}
.BgClassName
{
background-color: #BAB964;
}
</style>
border-color css
<style>
span { border-color: #BAB964; }
span { border-color: rgb(186,185,100); }
td.TdClassName
{
border-color: #BAB964;
}
.TagClassName
{
border-color: #BAB964;
}
</style>