Shades of Dark Khaki #BABD71
Tints of Dark Khaki #BABD71
RGB
CMYK
RGB Variations
Color information
#BABD71 (or 0xBABD71) is known color: Dark Khaki. HEX triplet: BA, BD and 71. RGB value is (186,189,113). Sum of RGB (Red+Green+Blue) = 186+189+113=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD71 is #45428E. Grayscale: #B3B3B3. Windows color (decimal): -4539023 or 7454138. OLE color: 7454138.
HSL color Cylindrical-coordinate representation of color #BABD71: hue angle of 62.37º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BABD71 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 113 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.26 |
| HSL | 62.37º | 0.37% | 0.59% | - |
| HSV(B) | 62.37º | 0.4% | 0.74% | - |
| XYZ | 41.43 | 48.03 | 22.71 | - |
| YUV | 179.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 113 | 0.02 | 0 | 0.40 | 0.26 | 62.37 | 0.37 | 0.59 |
| Hex | BA | BD | 71 | 2 | 0 | 28 | 1A | 3E | 25 | 3B |
| Octal | 272 | 275 | 161 | 2 | 0 | 50 | 32 | 76 | 45 | 73 |
| Binary | 10111010 | 10111101 | 1110001 | 10 | 0 | 101000 | 11010 | 111110 | 100101 | 111011 |
Color Harmonies of #BABD71
Complementary color
Monochromatic Colors of #BABD71
Black with #BABD71
Text Example
Text Example
White with #BABD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD71; }
p { color: rgb(186,189,113); }
H1.HeaderClassName
{
color: #BABD71;
}
.AnyTagClassName
{
color: #BABD71;
}
</style>
background-color css
<style>
a { background-color: #BABD71; }
a { background-color: rgb(186,189,113); }
div.DivClassName
{
background-color: #BABD71;
}
.BgClassName
{
background-color: #BABD71;
}
</style>
border-color css
<style>
span { border-color: #BABD71; }
span { border-color: rgb(186,189,113); }
td.TdClassName
{
border-color: #BABD71;
}
.TagClassName
{
border-color: #BABD71;
}
</style>