Shades of Dark Khaki #BABC6E
Tints of Dark Khaki #BABC6E
RGB
CMYK
RGB Variations
Color information
#BABC6E (or 0xBABC6E) is known color: Dark Khaki. HEX triplet: BA, BC and 6E. RGB value is (186,188,110). Sum of RGB (Red+Green+Blue) = 186+188+110=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC6E is #454391. Grayscale: #B2B2B2. Windows color (decimal): -4539282 or 7257274. OLE color: 7257274.
HSL color Cylindrical-coordinate representation of color #BABC6E: hue angle of 61.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BABC6E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 110 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.26 |
| HSL | 61.54º | 0.37% | 0.58% | - |
| HSV(B) | 61.54º | 0.41% | 0.74% | - |
| XYZ | 41.05 | 47.53 | 21.76 | - |
| YUV | 178.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 110 | 0.01 | 0 | 0.41 | 0.26 | 61.54 | 0.37 | 0.58 |
| Hex | BA | BC | 6E | 1 | 0 | 29 | 1A | 3E | 25 | 3A |
| Octal | 272 | 274 | 156 | 1 | 0 | 51 | 32 | 76 | 45 | 72 |
| Binary | 10111010 | 10111100 | 1101110 | 1 | 0 | 101001 | 11010 | 111110 | 100101 | 111010 |
Color Harmonies of #BABC6E
Complementary color
Monochromatic Colors of #BABC6E
Black with #BABC6E
Text Example
Text Example
White with #BABC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC6E; }
p { color: rgb(186,188,110); }
H1.HeaderClassName
{
color: #BABC6E;
}
.AnyTagClassName
{
color: #BABC6E;
}
</style>
background-color css
<style>
a { background-color: #BABC6E; }
a { background-color: rgb(186,188,110); }
div.DivClassName
{
background-color: #BABC6E;
}
.BgClassName
{
background-color: #BABC6E;
}
</style>
border-color css
<style>
span { border-color: #BABC6E; }
span { border-color: rgb(186,188,110); }
td.TdClassName
{
border-color: #BABC6E;
}
.TagClassName
{
border-color: #BABC6E;
}
</style>