Shades of Dark Khaki #BABA6D
Tints of Dark Khaki #BABA6D
RGB
CMYK
RGB Variations
Color information
#BABA6D (or 0xBABA6D) is known color: Dark Khaki. HEX triplet: BA, BA and 6D. RGB value is (186,186,109). Sum of RGB (Red+Green+Blue) = 186+186+109=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA6D is #454592. Grayscale: #B1B1B1. Windows color (decimal): -4539795 or 7191226. OLE color: 7191226.
HSL color Cylindrical-coordinate representation of color #BABA6D: hue angle of 60º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BABA6D is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 109 | - |
| CMYK | 0 | 0 | 0.41 | 0.27 |
| HSL | 60º | 0.36% | 0.58% | - |
| HSV(B) | 60º | 0.41% | 0.73% | - |
| XYZ | 40.57 | 46.66 | 21.34 | - |
| YUV | 177.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 109 | 0 | 0 | 0.41 | 0.27 | 60 | 0.36 | 0.58 |
| Hex | BA | BA | 6D | 0 | 0 | 29 | 1B | 3C | 24 | 3A |
| Octal | 272 | 272 | 155 | 0 | 0 | 51 | 33 | 74 | 44 | 72 |
| Binary | 10111010 | 10111010 | 1101101 | 0 | 0 | 101001 | 11011 | 111100 | 100100 | 111010 |
Color Harmonies of #BABA6D
Complementary color
Monochromatic Colors of #BABA6D
Black with #BABA6D
Text Example
Text Example
White with #BABA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA6D; }
p { color: rgb(186,186,109); }
H1.HeaderClassName
{
color: #BABA6D;
}
.AnyTagClassName
{
color: #BABA6D;
}
</style>
background-color css
<style>
a { background-color: #BABA6D; }
a { background-color: rgb(186,186,109); }
div.DivClassName
{
background-color: #BABA6D;
}
.BgClassName
{
background-color: #BABA6D;
}
</style>
border-color css
<style>
span { border-color: #BABA6D; }
span { border-color: rgb(186,186,109); }
td.TdClassName
{
border-color: #BABA6D;
}
.TagClassName
{
border-color: #BABA6D;
}
</style>