Shades of Dark Khaki #BAB266
Tints of Dark Khaki #BAB266
RGB
CMYK
RGB Variations
Color information
#BAB266 (or 0xBAB266) is known color: Dark Khaki. HEX triplet: BA, B2 and 66. RGB value is (186,178,102). Sum of RGB (Red+Green+Blue) = 186+178+102=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB266 is #454D99. Grayscale: #ACACAC. Windows color (decimal): -4541850 or 6730426. OLE color: 6730426.
HSL color Cylindrical-coordinate representation of color #BAB266: hue angle of 54.29º 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 #BAB266 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 102 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.27 |
| HSL | 54.29º | 0.38% | 0.56% | - |
| HSV(B) | 54.29º | 0.45% | 0.73% | - |
| XYZ | 38.57 | 43.24 | 18.88 | - |
| YUV | 171.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 102 | 0 | 0.04 | 0.45 | 0.27 | 54.29 | 0.38 | 0.56 |
| Hex | BA | B2 | 66 | 0 | 4 | 2D | 1B | 36 | 26 | 38 |
| Octal | 272 | 262 | 146 | 0 | 4 | 55 | 33 | 66 | 46 | 70 |
| Binary | 10111010 | 10110010 | 1100110 | 0 | 100 | 101101 | 11011 | 110110 | 100110 | 111000 |
Color Harmonies of #BAB266
Complementary color
Monochromatic Colors of #BAB266
Black with #BAB266
Text Example
Text Example
White with #BAB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB266; }
p { color: rgb(186,178,102); }
H1.HeaderClassName
{
color: #BAB266;
}
.AnyTagClassName
{
color: #BAB266;
}
</style>
background-color css
<style>
a { background-color: #BAB266; }
a { background-color: rgb(186,178,102); }
div.DivClassName
{
background-color: #BAB266;
}
.BgClassName
{
background-color: #BAB266;
}
</style>
border-color css
<style>
span { border-color: #BAB266; }
span { border-color: rgb(186,178,102); }
td.TdClassName
{
border-color: #BAB266;
}
.TagClassName
{
border-color: #BAB266;
}
</style>