Shades of Dark Khaki #BAB963
Tints of Dark Khaki #BAB963
RGB
CMYK
RGB Variations
Color information
#BAB963 (or 0xBAB963) is known color: Dark Khaki. HEX triplet: BA, B9 and 63. RGB value is (186,185,99). Sum of RGB (Red+Green+Blue) = 186+185+99=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB963 is #45469C. Grayscale: #AFAFAF. Windows color (decimal): -4540061 or 6535610. OLE color: 6535610.
HSL color Cylindrical-coordinate representation of color #BAB963: hue angle of 59.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAB963 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 99 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.27 |
| HSL | 59.31º | 0.39% | 0.56% | - |
| HSV(B) | 59.31º | 0.47% | 0.73% | - |
| XYZ | 39.85 | 46.04 | 18.59 | - |
| YUV | 175.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 99 | 0 | 0.01 | 0.47 | 0.27 | 59.31 | 0.39 | 0.56 |
| Hex | BA | B9 | 63 | 0 | 1 | 2F | 1B | 3B | 27 | 38 |
| Octal | 272 | 271 | 143 | 0 | 1 | 57 | 33 | 73 | 47 | 70 |
| Binary | 10111010 | 10111001 | 1100011 | 0 | 1 | 101111 | 11011 | 111011 | 100111 | 111000 |
Color Harmonies of #BAB963
Complementary color
Monochromatic Colors of #BAB963
Black with #BAB963
Text Example
Text Example
White with #BAB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB963; }
p { color: rgb(186,185,99); }
H1.HeaderClassName
{
color: #BAB963;
}
.AnyTagClassName
{
color: #BAB963;
}
</style>
background-color css
<style>
a { background-color: #BAB963; }
a { background-color: rgb(186,185,99); }
div.DivClassName
{
background-color: #BAB963;
}
.BgClassName
{
background-color: #BAB963;
}
</style>
border-color css
<style>
span { border-color: #BAB963; }
span { border-color: rgb(186,185,99); }
td.TdClassName
{
border-color: #BAB963;
}
.TagClassName
{
border-color: #BAB963;
}
</style>