Shades of Dark Khaki #BAB76D
Tints of Dark Khaki #BAB76D
RGB
CMYK
RGB Variations
Color information
#BAB76D (or 0xBAB76D) is known color: Dark Khaki. HEX triplet: BA, B7 and 6D. RGB value is (186,183,109). Sum of RGB (Red+Green+Blue) = 186+183+109=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB76D is #454892. Grayscale: #AFAFAF. Windows color (decimal): -4540563 or 7190458. OLE color: 7190458.
HSL color Cylindrical-coordinate representation of color #BAB76D: hue angle of 57.66º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAB76D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 109 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.27 |
| HSL | 57.66º | 0.36% | 0.58% | - |
| HSV(B) | 57.66º | 0.41% | 0.73% | - |
| XYZ | 39.94 | 45.41 | 21.13 | - |
| YUV | 175.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 109 | 0 | 0.02 | 0.41 | 0.27 | 57.66 | 0.36 | 0.58 |
| Hex | BA | B7 | 6D | 0 | 2 | 29 | 1B | 3A | 24 | 3A |
| Octal | 272 | 267 | 155 | 0 | 2 | 51 | 33 | 72 | 44 | 72 |
| Binary | 10111010 | 10110111 | 1101101 | 0 | 10 | 101001 | 11011 | 111010 | 100100 | 111010 |
Color Harmonies of #BAB76D
Complementary color
Monochromatic Colors of #BAB76D
Black with #BAB76D
Text Example
Text Example
White with #BAB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB76D; }
p { color: rgb(186,183,109); }
H1.HeaderClassName
{
color: #BAB76D;
}
.AnyTagClassName
{
color: #BAB76D;
}
</style>
background-color css
<style>
a { background-color: #BAB76D; }
a { background-color: rgb(186,183,109); }
div.DivClassName
{
background-color: #BAB76D;
}
.BgClassName
{
background-color: #BAB76D;
}
</style>
border-color css
<style>
span { border-color: #BAB76D; }
span { border-color: rgb(186,183,109); }
td.TdClassName
{
border-color: #BAB76D;
}
.TagClassName
{
border-color: #BAB76D;
}
</style>