Shades of Dark Khaki #BAB96C
Tints of Dark Khaki #BAB96C
RGB
CMYK
RGB Variations
Color information
#BAB96C (or 0xBAB96C) is known color: Dark Khaki. HEX triplet: BA, B9 and 6C. RGB value is (186,185,108). Sum of RGB (Red+Green+Blue) = 186+185+108=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96C is #454693. Grayscale: #B0B0B0. Windows color (decimal): -4540052 or 7125434. OLE color: 7125434.
HSL color Cylindrical-coordinate representation of color #BAB96C: hue angle of 59.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAB96C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 108 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.27 |
| HSL | 59.23º | 0.36% | 0.58% | - |
| HSV(B) | 59.23º | 0.42% | 0.73% | - |
| XYZ | 40.31 | 46.22 | 20.98 | - |
| YUV | 176.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 108 | 0 | 0.01 | 0.42 | 0.27 | 59.23 | 0.36 | 0.58 |
| Hex | BA | B9 | 6C | 0 | 1 | 2A | 1B | 3B | 24 | 3A |
| Octal | 272 | 271 | 154 | 0 | 1 | 52 | 33 | 73 | 44 | 72 |
| Binary | 10111010 | 10111001 | 1101100 | 0 | 1 | 101010 | 11011 | 111011 | 100100 | 111010 |
Color Harmonies of #BAB96C
Complementary color
Monochromatic Colors of #BAB96C
Black with #BAB96C
Text Example
Text Example
White with #BAB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB96C; }
p { color: rgb(186,185,108); }
H1.HeaderClassName
{
color: #BAB96C;
}
.AnyTagClassName
{
color: #BAB96C;
}
</style>
background-color css
<style>
a { background-color: #BAB96C; }
a { background-color: rgb(186,185,108); }
div.DivClassName
{
background-color: #BAB96C;
}
.BgClassName
{
background-color: #BAB96C;
}
</style>
border-color css
<style>
span { border-color: #BAB96C; }
span { border-color: rgb(186,185,108); }
td.TdClassName
{
border-color: #BAB96C;
}
.TagClassName
{
border-color: #BAB96C;
}
</style>