Shades of Dark Khaki #BABB63
Tints of Dark Khaki #BABB63
RGB
CMYK
RGB Variations
Color information
#BABB63 (or 0xBABB63) is known color: Dark Khaki. HEX triplet: BA, BB and 63. RGB value is (186,187,99). Sum of RGB (Red+Green+Blue) = 186+187+99=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB63 is #45449C. Grayscale: #B1B1B1. Windows color (decimal): -4539549 or 6536122. OLE color: 6536122.
HSL color Cylindrical-coordinate representation of color #BABB63: hue angle of 60.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BABB63 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 99 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.27 |
| HSL | 60.68º | 0.39% | 0.56% | - |
| HSV(B) | 60.68º | 0.47% | 0.73% | - |
| XYZ | 40.27 | 46.88 | 18.73 | - |
| YUV | 176.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 99 | 0.01 | 0 | 0.47 | 0.27 | 60.68 | 0.39 | 0.56 |
| Hex | BA | BB | 63 | 1 | 0 | 2F | 1B | 3D | 27 | 38 |
| Octal | 272 | 273 | 143 | 1 | 0 | 57 | 33 | 75 | 47 | 70 |
| Binary | 10111010 | 10111011 | 1100011 | 1 | 0 | 101111 | 11011 | 111101 | 100111 | 111000 |
Color Harmonies of #BABB63
Complementary color
Monochromatic Colors of #BABB63
Black with #BABB63
Text Example
Text Example
White with #BABB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB63; }
p { color: rgb(186,187,99); }
H1.HeaderClassName
{
color: #BABB63;
}
.AnyTagClassName
{
color: #BABB63;
}
</style>
background-color css
<style>
a { background-color: #BABB63; }
a { background-color: rgb(186,187,99); }
div.DivClassName
{
background-color: #BABB63;
}
.BgClassName
{
background-color: #BABB63;
}
</style>
border-color css
<style>
span { border-color: #BABB63; }
span { border-color: rgb(186,187,99); }
td.TdClassName
{
border-color: #BABB63;
}
.TagClassName
{
border-color: #BABB63;
}
</style>