Shades of Dark Khaki #BABC63
Tints of Dark Khaki #BABC63
RGB
CMYK
RGB Variations
Color information
#BABC63 (or 0xBABC63) is known color: Dark Khaki. HEX triplet: BA, BC and 63. RGB value is (186,188,99). Sum of RGB (Red+Green+Blue) = 186+188+99=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC63 is #45439C. Grayscale: #B1B1B1. Windows color (decimal): -4539293 or 6536378. OLE color: 6536378.
HSL color Cylindrical-coordinate representation of color #BABC63: hue angle of 61.35º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BABC63 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 99 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.26 |
| HSL | 61.35º | 0.4% | 0.56% | - |
| HSV(B) | 61.35º | 0.47% | 0.74% | - |
| XYZ | 40.49 | 47.31 | 18.8 | - |
| YUV | 177.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 99 | 0.01 | 0 | 0.47 | 0.26 | 61.35 | 0.4 | 0.56 |
| Hex | BA | BC | 63 | 1 | 0 | 2F | 1A | 3D | 28 | 38 |
| Octal | 272 | 274 | 143 | 1 | 0 | 57 | 32 | 75 | 50 | 70 |
| Binary | 10111010 | 10111100 | 1100011 | 1 | 0 | 101111 | 11010 | 111101 | 101000 | 111000 |
Color Harmonies of #BABC63
Complementary color
Monochromatic Colors of #BABC63
Black with #BABC63
Text Example
Text Example
White with #BABC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC63; }
p { color: rgb(186,188,99); }
H1.HeaderClassName
{
color: #BABC63;
}
.AnyTagClassName
{
color: #BABC63;
}
</style>
background-color css
<style>
a { background-color: #BABC63; }
a { background-color: rgb(186,188,99); }
div.DivClassName
{
background-color: #BABC63;
}
.BgClassName
{
background-color: #BABC63;
}
</style>
border-color css
<style>
span { border-color: #BABC63; }
span { border-color: rgb(186,188,99); }
td.TdClassName
{
border-color: #BABC63;
}
.TagClassName
{
border-color: #BABC63;
}
</style>