Shades of Dark Khaki #C4BA5D
Tints of Dark Khaki #C4BA5D
RGB
CMYK
RGB Variations
Color information
#C4BA5D (or 0xC4BA5D) is known color: Dark Khaki. HEX triplet: C4, BA and 5D. RGB value is (196,186,93). Sum of RGB (Red+Green+Blue) = 196+186+93=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA5D is #3B45A2. Grayscale: #B2B2B2. Windows color (decimal): -3884451 or 6142660. OLE color: 6142660.
HSL color Cylindrical-coordinate representation of color #C4BA5D: hue angle of 54.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4BA5D is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 93 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.23 |
| HSL | 54.17º | 0.47% | 0.57% | - |
| HSV(B) | 54.17º | 0.53% | 0.77% | - |
| XYZ | 42.3 | 47.64 | 17.32 | - |
| YUV | 178.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 93 | 0 | 0.05 | 0.53 | 0.23 | 54.17 | 0.47 | 0.57 |
| Hex | C4 | BA | 5D | 0 | 5 | 35 | 17 | 36 | 2F | 39 |
| Octal | 304 | 272 | 135 | 0 | 5 | 65 | 27 | 66 | 57 | 71 |
| Binary | 11000100 | 10111010 | 1011101 | 0 | 101 | 110101 | 10111 | 110110 | 101111 | 111001 |
Color Harmonies of #C4BA5D
Complementary color
Monochromatic Colors of #C4BA5D
Black with #C4BA5D
Text Example
Text Example
White with #C4BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA5D; }
p { color: rgb(196,186,93); }
H1.HeaderClassName
{
color: #C4BA5D;
}
.AnyTagClassName
{
color: #C4BA5D;
}
</style>
background-color css
<style>
a { background-color: #C4BA5D; }
a { background-color: rgb(196,186,93); }
div.DivClassName
{
background-color: #C4BA5D;
}
.BgClassName
{
background-color: #C4BA5D;
}
</style>
border-color css
<style>
span { border-color: #C4BA5D; }
span { border-color: rgb(196,186,93); }
td.TdClassName
{
border-color: #C4BA5D;
}
.TagClassName
{
border-color: #C4BA5D;
}
</style>