Shades of Dark Khaki #BABF68
Tints of Dark Khaki #BABF68
RGB
CMYK
RGB Variations
Color information
#BABF68 (or 0xBABF68) is known color: Dark Khaki. HEX triplet: BA, BF and 68. RGB value is (186,191,104). Sum of RGB (Red+Green+Blue) = 186+191+104=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF68 is #454097. Grayscale: #B3B3B3. Windows color (decimal): -4538520 or 6864826. OLE color: 6864826.
HSL color Cylindrical-coordinate representation of color #BABF68: hue angle of 63.45º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BABF68 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.25 |
| HSL | 63.45º | 0.4% | 0.58% | - |
| HSV(B) | 63.45º | 0.46% | 0.75% | - |
| XYZ | 41.38 | 48.7 | 20.32 | - |
| YUV | 179.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 104 | 0.03 | 0 | 0.46 | 0.25 | 63.45 | 0.4 | 0.58 |
| Hex | BA | BF | 68 | 3 | 0 | 2E | 19 | 3F | 28 | 3A |
| Octal | 272 | 277 | 150 | 3 | 0 | 56 | 31 | 77 | 50 | 72 |
| Binary | 10111010 | 10111111 | 1101000 | 11 | 0 | 101110 | 11001 | 111111 | 101000 | 111010 |
Color Harmonies of #BABF68
Complementary color
Monochromatic Colors of #BABF68
Black with #BABF68
Text Example
Text Example
White with #BABF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF68; }
p { color: rgb(186,191,104); }
H1.HeaderClassName
{
color: #BABF68;
}
.AnyTagClassName
{
color: #BABF68;
}
</style>
background-color css
<style>
a { background-color: #BABF68; }
a { background-color: rgb(186,191,104); }
div.DivClassName
{
background-color: #BABF68;
}
.BgClassName
{
background-color: #BABF68;
}
</style>
border-color css
<style>
span { border-color: #BABF68; }
span { border-color: rgb(186,191,104); }
td.TdClassName
{
border-color: #BABF68;
}
.TagClassName
{
border-color: #BABF68;
}
</style>