Shades of Dark Khaki #BAB06C
Tints of Dark Khaki #BAB06C
RGB
CMYK
RGB Variations
Color information
#BAB06C (or 0xBAB06C) is known color: Dark Khaki. HEX triplet: BA, B0 and 6C. RGB value is (186,176,108). Sum of RGB (Red+Green+Blue) = 186+176+108=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB06C is #454F93. Grayscale: #ABABAB. Windows color (decimal): -4542356 or 7123130. OLE color: 7123130.
HSL color Cylindrical-coordinate representation of color #BAB06C: hue angle of 52.31º 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 #BAB06C is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 108 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.27 |
| HSL | 52.31º | 0.36% | 0.58% | - |
| HSV(B) | 52.31º | 0.42% | 0.73% | - |
| XYZ | 38.48 | 42.57 | 20.38 | - |
| YUV | 171.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 108 | 0 | 0.05 | 0.42 | 0.27 | 52.31 | 0.36 | 0.58 |
| Hex | BA | B0 | 6C | 0 | 5 | 2A | 1B | 34 | 24 | 3A |
| Octal | 272 | 260 | 154 | 0 | 5 | 52 | 33 | 64 | 44 | 72 |
| Binary | 10111010 | 10110000 | 1101100 | 0 | 101 | 101010 | 11011 | 110100 | 100100 | 111010 |
Color Harmonies of #BAB06C
Complementary color
Monochromatic Colors of #BAB06C
Black with #BAB06C
Text Example
Text Example
White with #BAB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB06C; }
p { color: rgb(186,176,108); }
H1.HeaderClassName
{
color: #BAB06C;
}
.AnyTagClassName
{
color: #BAB06C;
}
</style>
background-color css
<style>
a { background-color: #BAB06C; }
a { background-color: rgb(186,176,108); }
div.DivClassName
{
background-color: #BAB06C;
}
.BgClassName
{
background-color: #BAB06C;
}
</style>
border-color css
<style>
span { border-color: #BAB06C; }
span { border-color: rgb(186,176,108); }
td.TdClassName
{
border-color: #BAB06C;
}
.TagClassName
{
border-color: #BAB06C;
}
</style>