Shades of Dark Khaki #C4BA5C
Tints of Dark Khaki #C4BA5C
RGB
CMYK
RGB Variations
Color information
#C4BA5C (or 0xC4BA5C) is known color: Dark Khaki. HEX triplet: C4, BA and 5C. RGB value is (196,186,92). Sum of RGB (Red+Green+Blue) = 196+186+92=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA5C is #3B45A3. Grayscale: #B2B2B2. Windows color (decimal): -3884452 or 6077124. OLE color: 6077124.
HSL color Cylindrical-coordinate representation of color #C4BA5C: hue angle of 54.23º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4BA5C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 92 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.23 |
| HSL | 54.23º | 0.47% | 0.56% | - |
| HSV(B) | 54.23º | 0.53% | 0.77% | - |
| XYZ | 42.26 | 47.63 | 17.09 | - |
| YUV | 178.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 92 | 0 | 0.05 | 0.53 | 0.23 | 54.23 | 0.47 | 0.56 |
| Hex | C4 | BA | 5C | 0 | 5 | 35 | 17 | 36 | 2F | 38 |
| Octal | 304 | 272 | 134 | 0 | 5 | 65 | 27 | 66 | 57 | 70 |
| Binary | 11000100 | 10111010 | 1011100 | 0 | 101 | 110101 | 10111 | 110110 | 101111 | 111000 |
Color Harmonies of #C4BA5C
Complementary color
Monochromatic Colors of #C4BA5C
Black with #C4BA5C
Text Example
Text Example
White with #C4BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA5C; }
p { color: rgb(196,186,92); }
H1.HeaderClassName
{
color: #C4BA5C;
}
.AnyTagClassName
{
color: #C4BA5C;
}
</style>
background-color css
<style>
a { background-color: #C4BA5C; }
a { background-color: rgb(196,186,92); }
div.DivClassName
{
background-color: #C4BA5C;
}
.BgClassName
{
background-color: #C4BA5C;
}
</style>
border-color css
<style>
span { border-color: #C4BA5C; }
span { border-color: rgb(196,186,92); }
td.TdClassName
{
border-color: #C4BA5C;
}
.TagClassName
{
border-color: #C4BA5C;
}
</style>