Shades of Dark Khaki #BAB26B
Tints of Dark Khaki #BAB26B
RGB
CMYK
RGB Variations
Color information
#BAB26B (or 0xBAB26B) is known color: Dark Khaki. HEX triplet: BA, B2 and 6B. RGB value is (186,178,107). Sum of RGB (Red+Green+Blue) = 186+178+107=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB26B is #454D94. Grayscale: #ACACAC. Windows color (decimal): -4541845 or 7058106. OLE color: 7058106.
HSL color Cylindrical-coordinate representation of color #BAB26B: hue angle of 53.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAB26B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 107 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.27 |
| HSL | 53.92º | 0.36% | 0.57% | - |
| HSV(B) | 53.92º | 0.42% | 0.73% | - |
| XYZ | 38.82 | 43.34 | 20.23 | - |
| YUV | 172.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 107 | 0 | 0.04 | 0.42 | 0.27 | 53.92 | 0.36 | 0.57 |
| Hex | BA | B2 | 6B | 0 | 4 | 2A | 1B | 36 | 24 | 39 |
| Octal | 272 | 262 | 153 | 0 | 4 | 52 | 33 | 66 | 44 | 71 |
| Binary | 10111010 | 10110010 | 1101011 | 0 | 100 | 101010 | 11011 | 110110 | 100100 | 111001 |
Color Harmonies of #BAB26B
Complementary color
Monochromatic Colors of #BAB26B
Black with #BAB26B
Text Example
Text Example
White with #BAB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB26B; }
p { color: rgb(186,178,107); }
H1.HeaderClassName
{
color: #BAB26B;
}
.AnyTagClassName
{
color: #BAB26B;
}
</style>
background-color css
<style>
a { background-color: #BAB26B; }
a { background-color: rgb(186,178,107); }
div.DivClassName
{
background-color: #BAB26B;
}
.BgClassName
{
background-color: #BAB26B;
}
</style>
border-color css
<style>
span { border-color: #BAB26B; }
span { border-color: rgb(186,178,107); }
td.TdClassName
{
border-color: #BAB26B;
}
.TagClassName
{
border-color: #BAB26B;
}
</style>