Shades of Dark Khaki #C5BA74
Tints of Dark Khaki #C5BA74
RGB
CMYK
RGB Variations
Color information
#C5BA74 (or 0xC5BA74) is known color: Dark Khaki. HEX triplet: C5, BA and 74. RGB value is (197,186,116). Sum of RGB (Red+Green+Blue) = 197+186+116=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA74 is #3A458B. Grayscale: #B5B5B5. Windows color (decimal): -3818892 or 7649989. OLE color: 7649989.
HSL color Cylindrical-coordinate representation of color #C5BA74: hue angle of 51.85º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5BA74 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 116 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.23 |
| HSL | 51.85º | 0.41% | 0.61% | - |
| HSV(B) | 51.85º | 0.41% | 0.77% | - |
| XYZ | 43.74 | 48.25 | 23.53 | - |
| YUV | 181.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 116 | 0 | 0.06 | 0.41 | 0.23 | 51.85 | 0.41 | 0.61 |
| Hex | C5 | BA | 74 | 0 | 6 | 29 | 17 | 34 | 29 | 3D |
| Octal | 305 | 272 | 164 | 0 | 6 | 51 | 27 | 64 | 51 | 75 |
| Binary | 11000101 | 10111010 | 1110100 | 0 | 110 | 101001 | 10111 | 110100 | 101001 | 111101 |
Color Harmonies of #C5BA74
Complementary color
Monochromatic Colors of #C5BA74
Black with #C5BA74
Text Example
Text Example
White with #C5BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA74; }
p { color: rgb(197,186,116); }
H1.HeaderClassName
{
color: #C5BA74;
}
.AnyTagClassName
{
color: #C5BA74;
}
</style>
background-color css
<style>
a { background-color: #C5BA74; }
a { background-color: rgb(197,186,116); }
div.DivClassName
{
background-color: #C5BA74;
}
.BgClassName
{
background-color: #C5BA74;
}
</style>
border-color css
<style>
span { border-color: #C5BA74; }
span { border-color: rgb(197,186,116); }
td.TdClassName
{
border-color: #C5BA74;
}
.TagClassName
{
border-color: #C5BA74;
}
</style>