Shades of Dark Khaki #BABC6B
Tints of Dark Khaki #BABC6B
RGB
CMYK
RGB Variations
Color information
#BABC6B (or 0xBABC6B) is known color: Dark Khaki. HEX triplet: BA, BC and 6B. RGB value is (186,188,107). Sum of RGB (Red+Green+Blue) = 186+188+107=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC6B is #454394. Grayscale: #B2B2B2. Windows color (decimal): -4539285 or 7060666. OLE color: 7060666.
HSL color Cylindrical-coordinate representation of color #BABC6B: hue angle of 61.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BABC6B is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 107 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.26 |
| HSL | 61.48º | 0.38% | 0.58% | - |
| HSV(B) | 61.48º | 0.43% | 0.74% | - |
| XYZ | 40.89 | 47.47 | 20.92 | - |
| YUV | 178.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 107 | 0.01 | 0 | 0.43 | 0.26 | 61.48 | 0.38 | 0.58 |
| Hex | BA | BC | 6B | 1 | 0 | 2B | 1A | 3D | 26 | 3A |
| Octal | 272 | 274 | 153 | 1 | 0 | 53 | 32 | 75 | 46 | 72 |
| Binary | 10111010 | 10111100 | 1101011 | 1 | 0 | 101011 | 11010 | 111101 | 100110 | 111010 |
Color Harmonies of #BABC6B
Complementary color
Monochromatic Colors of #BABC6B
Black with #BABC6B
Text Example
Text Example
White with #BABC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC6B; }
p { color: rgb(186,188,107); }
H1.HeaderClassName
{
color: #BABC6B;
}
.AnyTagClassName
{
color: #BABC6B;
}
</style>
background-color css
<style>
a { background-color: #BABC6B; }
a { background-color: rgb(186,188,107); }
div.DivClassName
{
background-color: #BABC6B;
}
.BgClassName
{
background-color: #BABC6B;
}
</style>
border-color css
<style>
span { border-color: #BABC6B; }
span { border-color: rgb(186,188,107); }
td.TdClassName
{
border-color: #BABC6B;
}
.TagClassName
{
border-color: #BABC6B;
}
</style>