Shades of Dark Khaki #BAB965
Tints of Dark Khaki #BAB965
RGB
CMYK
RGB Variations
Color information
#BAB965 (or 0xBAB965) is known color: Dark Khaki. HEX triplet: BA, B9 and 65. RGB value is (186,185,101). Sum of RGB (Red+Green+Blue) = 186+185+101=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB965 is #45469A. Grayscale: #B0B0B0. Windows color (decimal): -4540059 or 6666682. OLE color: 6666682.
HSL color Cylindrical-coordinate representation of color #BAB965: hue angle of 59.29º 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 #BAB965 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 101 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.27 |
| HSL | 59.29º | 0.38% | 0.56% | - |
| HSV(B) | 59.29º | 0.46% | 0.73% | - |
| XYZ | 39.95 | 46.08 | 19.1 | - |
| YUV | 175.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 101 | 0 | 0.01 | 0.46 | 0.27 | 59.29 | 0.38 | 0.56 |
| Hex | BA | B9 | 65 | 0 | 1 | 2E | 1B | 3B | 26 | 38 |
| Octal | 272 | 271 | 145 | 0 | 1 | 56 | 33 | 73 | 46 | 70 |
| Binary | 10111010 | 10111001 | 1100101 | 0 | 1 | 101110 | 11011 | 111011 | 100110 | 111000 |
Color Harmonies of #BAB965
Complementary color
Monochromatic Colors of #BAB965
Black with #BAB965
Text Example
Text Example
White with #BAB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB965; }
p { color: rgb(186,185,101); }
H1.HeaderClassName
{
color: #BAB965;
}
.AnyTagClassName
{
color: #BAB965;
}
</style>
background-color css
<style>
a { background-color: #BAB965; }
a { background-color: rgb(186,185,101); }
div.DivClassName
{
background-color: #BAB965;
}
.BgClassName
{
background-color: #BAB965;
}
</style>
border-color css
<style>
span { border-color: #BAB965; }
span { border-color: rgb(186,185,101); }
td.TdClassName
{
border-color: #BAB965;
}
.TagClassName
{
border-color: #BAB965;
}
</style>