Shades of Dark Khaki #BAB578
Tints of Dark Khaki #BAB578
RGB
CMYK
RGB Variations
Color information
#BAB578 (or 0xBAB578) is known color: Dark Khaki. HEX triplet: BA, B5 and 78. RGB value is (186,181,120). Sum of RGB (Red+Green+Blue) = 186+181+120=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB578 is #454A87. Grayscale: #AFAFAF. Windows color (decimal): -4541064 or 7910842. OLE color: 7910842.
HSL color Cylindrical-coordinate representation of color #BAB578: hue angle of 55.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAB578 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 120 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.27 |
| HSL | 55.45º | 0.32% | 0.6% | - |
| HSV(B) | 55.45º | 0.35% | 0.73% | - |
| XYZ | 40.16 | 44.84 | 24.31 | - |
| YUV | 175.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 120 | 0 | 0.03 | 0.35 | 0.27 | 55.45 | 0.32 | 0.6 |
| Hex | BA | B5 | 78 | 0 | 3 | 23 | 1B | 37 | 20 | 3C |
| Octal | 272 | 265 | 170 | 0 | 3 | 43 | 33 | 67 | 40 | 74 |
| Binary | 10111010 | 10110101 | 1111000 | 0 | 11 | 100011 | 11011 | 110111 | 100000 | 111100 |
Color Harmonies of #BAB578
Complementary color
Monochromatic Colors of #BAB578
Black with #BAB578
Text Example
Text Example
White with #BAB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB578; }
p { color: rgb(186,181,120); }
H1.HeaderClassName
{
color: #BAB578;
}
.AnyTagClassName
{
color: #BAB578;
}
</style>
background-color css
<style>
a { background-color: #BAB578; }
a { background-color: rgb(186,181,120); }
div.DivClassName
{
background-color: #BAB578;
}
.BgClassName
{
background-color: #BAB578;
}
</style>
border-color css
<style>
span { border-color: #BAB578; }
span { border-color: rgb(186,181,120); }
td.TdClassName
{
border-color: #BAB578;
}
.TagClassName
{
border-color: #BAB578;
}
</style>