Shades of Dark Khaki #BABB6C
Tints of Dark Khaki #BABB6C
RGB
CMYK
RGB Variations
Color information
#BABB6C (or 0xBABB6C) is known color: Dark Khaki. HEX triplet: BA, BB and 6C. RGB value is (186,187,108). Sum of RGB (Red+Green+Blue) = 186+187+108=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB6C is #454493. Grayscale: #B2B2B2. Windows color (decimal): -4539540 or 7125946. OLE color: 7125946.
HSL color Cylindrical-coordinate representation of color #BABB6C: hue angle of 60.76º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BABB6C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 108 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.27 |
| HSL | 60.76º | 0.37% | 0.58% | - |
| HSV(B) | 60.76º | 0.42% | 0.73% | - |
| XYZ | 40.73 | 47.06 | 21.12 | - |
| YUV | 177.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 108 | 0.01 | 0 | 0.42 | 0.27 | 60.76 | 0.37 | 0.58 |
| Hex | BA | BB | 6C | 1 | 0 | 2A | 1B | 3D | 25 | 3A |
| Octal | 272 | 273 | 154 | 1 | 0 | 52 | 33 | 75 | 45 | 72 |
| Binary | 10111010 | 10111011 | 1101100 | 1 | 0 | 101010 | 11011 | 111101 | 100101 | 111010 |
Color Harmonies of #BABB6C
Complementary color
Monochromatic Colors of #BABB6C
Black with #BABB6C
Text Example
Text Example
White with #BABB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB6C; }
p { color: rgb(186,187,108); }
H1.HeaderClassName
{
color: #BABB6C;
}
.AnyTagClassName
{
color: #BABB6C;
}
</style>
background-color css
<style>
a { background-color: #BABB6C; }
a { background-color: rgb(186,187,108); }
div.DivClassName
{
background-color: #BABB6C;
}
.BgClassName
{
background-color: #BABB6C;
}
</style>
border-color css
<style>
span { border-color: #BABB6C; }
span { border-color: rgb(186,187,108); }
td.TdClassName
{
border-color: #BABB6C;
}
.TagClassName
{
border-color: #BABB6C;
}
</style>