Shades of Dark Khaki #BABC70
Tints of Dark Khaki #BABC70
RGB
CMYK
RGB Variations
Color information
#BABC70 (or 0xBABC70) is known color: Dark Khaki. HEX triplet: BA, BC and 70. RGB value is (186,188,112). Sum of RGB (Red+Green+Blue) = 186+188+112=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC70 is #45438F. Grayscale: #B3B3B3. Windows color (decimal): -4539280 or 7388346. OLE color: 7388346.
HSL color Cylindrical-coordinate representation of color #BABC70: hue angle of 61.58º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BABC70 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 112 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.26 |
| HSL | 61.58º | 0.36% | 0.59% | - |
| HSV(B) | 61.58º | 0.4% | 0.74% | - |
| XYZ | 41.16 | 47.58 | 22.34 | - |
| YUV | 178.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 112 | 0.01 | 0 | 0.40 | 0.26 | 61.58 | 0.36 | 0.59 |
| Hex | BA | BC | 70 | 1 | 0 | 28 | 1A | 3E | 24 | 3B |
| Octal | 272 | 274 | 160 | 1 | 0 | 50 | 32 | 76 | 44 | 73 |
| Binary | 10111010 | 10111100 | 1110000 | 1 | 0 | 101000 | 11010 | 111110 | 100100 | 111011 |
Color Harmonies of #BABC70
Complementary color
Monochromatic Colors of #BABC70
Black with #BABC70
Text Example
Text Example
White with #BABC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC70; }
p { color: rgb(186,188,112); }
H1.HeaderClassName
{
color: #BABC70;
}
.AnyTagClassName
{
color: #BABC70;
}
</style>
background-color css
<style>
a { background-color: #BABC70; }
a { background-color: rgb(186,188,112); }
div.DivClassName
{
background-color: #BABC70;
}
.BgClassName
{
background-color: #BABC70;
}
</style>
border-color css
<style>
span { border-color: #BABC70; }
span { border-color: rgb(186,188,112); }
td.TdClassName
{
border-color: #BABC70;
}
.TagClassName
{
border-color: #BABC70;
}
</style>