Shades of Dark Khaki #BABB68
Tints of Dark Khaki #BABB68
RGB
CMYK
RGB Variations
Color information
#BABB68 (or 0xBABB68) is known color: Dark Khaki. HEX triplet: BA, BB and 68. RGB value is (186,187,104). Sum of RGB (Red+Green+Blue) = 186+187+104=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB68 is #454497. Grayscale: #B1B1B1. Windows color (decimal): -4539544 or 6863802. OLE color: 6863802.
HSL color Cylindrical-coordinate representation of color #BABB68: hue angle of 60.72º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BABB68 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 104 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.27 |
| HSL | 60.72º | 0.38% | 0.57% | - |
| HSV(B) | 60.72º | 0.44% | 0.73% | - |
| XYZ | 40.52 | 46.98 | 20.03 | - |
| YUV | 177.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 104 | 0.01 | 0 | 0.44 | 0.27 | 60.72 | 0.38 | 0.57 |
| Hex | BA | BB | 68 | 1 | 0 | 2C | 1B | 3D | 26 | 39 |
| Octal | 272 | 273 | 150 | 1 | 0 | 54 | 33 | 75 | 46 | 71 |
| Binary | 10111010 | 10111011 | 1101000 | 1 | 0 | 101100 | 11011 | 111101 | 100110 | 111001 |
Color Harmonies of #BABB68
Complementary color
Monochromatic Colors of #BABB68
Black with #BABB68
Text Example
Text Example
White with #BABB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB68; }
p { color: rgb(186,187,104); }
H1.HeaderClassName
{
color: #BABB68;
}
.AnyTagClassName
{
color: #BABB68;
}
</style>
background-color css
<style>
a { background-color: #BABB68; }
a { background-color: rgb(186,187,104); }
div.DivClassName
{
background-color: #BABB68;
}
.BgClassName
{
background-color: #BABB68;
}
</style>
border-color css
<style>
span { border-color: #BABB68; }
span { border-color: rgb(186,187,104); }
td.TdClassName
{
border-color: #BABB68;
}
.TagClassName
{
border-color: #BABB68;
}
</style>