Shades of Dark Khaki #BAB566
Tints of Dark Khaki #BAB566
RGB
CMYK
RGB Variations
Color information
#BAB566 (or 0xBAB566) is known color: Dark Khaki. HEX triplet: BA, B5 and 66. RGB value is (186,181,102). Sum of RGB (Red+Green+Blue) = 186+181+102=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB566 is #454A99. Grayscale: #ADADAD. Windows color (decimal): -4541082 or 6731194. OLE color: 6731194.
HSL color Cylindrical-coordinate representation of color #BAB566: hue angle of 56.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAB566 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 102 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.27 |
| HSL | 56.43º | 0.38% | 0.56% | - |
| HSV(B) | 56.43º | 0.45% | 0.73% | - |
| XYZ | 39.17 | 44.45 | 19.08 | - |
| YUV | 173.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 102 | 0 | 0.03 | 0.45 | 0.27 | 56.43 | 0.38 | 0.56 |
| Hex | BA | B5 | 66 | 0 | 3 | 2D | 1B | 38 | 26 | 38 |
| Octal | 272 | 265 | 146 | 0 | 3 | 55 | 33 | 70 | 46 | 70 |
| Binary | 10111010 | 10110101 | 1100110 | 0 | 11 | 101101 | 11011 | 111000 | 100110 | 111000 |
Color Harmonies of #BAB566
Complementary color
Monochromatic Colors of #BAB566
Black with #BAB566
Text Example
Text Example
White with #BAB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB566; }
p { color: rgb(186,181,102); }
H1.HeaderClassName
{
color: #BAB566;
}
.AnyTagClassName
{
color: #BAB566;
}
</style>
background-color css
<style>
a { background-color: #BAB566; }
a { background-color: rgb(186,181,102); }
div.DivClassName
{
background-color: #BAB566;
}
.BgClassName
{
background-color: #BAB566;
}
</style>
border-color css
<style>
span { border-color: #BAB566; }
span { border-color: rgb(186,181,102); }
td.TdClassName
{
border-color: #BAB566;
}
.TagClassName
{
border-color: #BAB566;
}
</style>