Shades of Dark Khaki #C2BA61
Tints of Dark Khaki #C2BA61
RGB
CMYK
RGB Variations
Color information
#C2BA61 (or 0xC2BA61) is known color: Dark Khaki. HEX triplet: C2, BA and 61. RGB value is (194,186,97). Sum of RGB (Red+Green+Blue) = 194+186+97=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA61 is #3D459E. Grayscale: #B2B2B2. Windows color (decimal): -4015519 or 6404802. OLE color: 6404802.
HSL color Cylindrical-coordinate representation of color #C2BA61: hue angle of 55.05º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2BA61 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 97 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.24 |
| HSL | 55.05º | 0.44% | 0.57% | - |
| HSV(B) | 55.05º | 0.5% | 0.76% | - |
| XYZ | 41.96 | 47.45 | 18.26 | - |
| YUV | 178.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 97 | 0 | 0.04 | 0.50 | 0.24 | 55.05 | 0.44 | 0.57 |
| Hex | C2 | BA | 61 | 0 | 4 | 32 | 18 | 37 | 2C | 39 |
| Octal | 302 | 272 | 141 | 0 | 4 | 62 | 30 | 67 | 54 | 71 |
| Binary | 11000010 | 10111010 | 1100001 | 0 | 100 | 110010 | 11000 | 110111 | 101100 | 111001 |
Color Harmonies of #C2BA61
Complementary color
Monochromatic Colors of #C2BA61
Black with #C2BA61
Text Example
Text Example
White with #C2BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA61; }
p { color: rgb(194,186,97); }
H1.HeaderClassName
{
color: #C2BA61;
}
.AnyTagClassName
{
color: #C2BA61;
}
</style>
background-color css
<style>
a { background-color: #C2BA61; }
a { background-color: rgb(194,186,97); }
div.DivClassName
{
background-color: #C2BA61;
}
.BgClassName
{
background-color: #C2BA61;
}
</style>
border-color css
<style>
span { border-color: #C2BA61; }
span { border-color: rgb(194,186,97); }
td.TdClassName
{
border-color: #C2BA61;
}
.TagClassName
{
border-color: #C2BA61;
}
</style>