Shades of Dark Khaki #BAB276
Tints of Dark Khaki #BAB276
RGB
CMYK
RGB Variations
Color information
#BAB276 (or 0xBAB276) is known color: Dark Khaki. HEX triplet: BA, B2 and 76. RGB value is (186,178,118). Sum of RGB (Red+Green+Blue) = 186+178+118=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB276 is #454D89. Grayscale: #ADADAD. Windows color (decimal): -4541834 or 7779002. OLE color: 7779002.
HSL color Cylindrical-coordinate representation of color #BAB276: hue angle of 52.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB276 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 118 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.27 |
| HSL | 52.94º | 0.33% | 0.6% | - |
| HSV(B) | 52.94º | 0.37% | 0.73% | - |
| XYZ | 39.44 | 43.59 | 23.47 | - |
| YUV | 173.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 118 | 0 | 0.04 | 0.37 | 0.27 | 52.94 | 0.33 | 0.6 |
| Hex | BA | B2 | 76 | 0 | 4 | 25 | 1B | 35 | 21 | 3C |
| Octal | 272 | 262 | 166 | 0 | 4 | 45 | 33 | 65 | 41 | 74 |
| Binary | 10111010 | 10110010 | 1110110 | 0 | 100 | 100101 | 11011 | 110101 | 100001 | 111100 |
Color Harmonies of #BAB276
Complementary color
Monochromatic Colors of #BAB276
Black with #BAB276
Text Example
Text Example
White with #BAB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB276; }
p { color: rgb(186,178,118); }
H1.HeaderClassName
{
color: #BAB276;
}
.AnyTagClassName
{
color: #BAB276;
}
</style>
background-color css
<style>
a { background-color: #BAB276; }
a { background-color: rgb(186,178,118); }
div.DivClassName
{
background-color: #BAB276;
}
.BgClassName
{
background-color: #BAB276;
}
</style>
border-color css
<style>
span { border-color: #BAB276; }
span { border-color: rgb(186,178,118); }
td.TdClassName
{
border-color: #BAB276;
}
.TagClassName
{
border-color: #BAB276;
}
</style>