Shades of Dark Khaki #C5BE60
Tints of Dark Khaki #C5BE60
RGB
CMYK
RGB Variations
Color information
#C5BE60 (or 0xC5BE60) is known color: Dark Khaki. HEX triplet: C5, BE and 60. RGB value is (197,190,96). Sum of RGB (Red+Green+Blue) = 197+190+96=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE60 is #3A419F. Grayscale: #B5B5B5. Windows color (decimal): -3817888 or 6340293. OLE color: 6340293.
HSL color Cylindrical-coordinate representation of color #C5BE60: hue angle of 55.84º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5BE60 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 96 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.23 |
| HSL | 55.84º | 0.47% | 0.57% | - |
| HSV(B) | 55.84º | 0.51% | 0.77% | - |
| XYZ | 43.55 | 49.54 | 18.33 | - |
| YUV | 181.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 96 | 0 | 0.04 | 0.51 | 0.23 | 55.84 | 0.47 | 0.57 |
| Hex | C5 | BE | 60 | 0 | 4 | 33 | 17 | 38 | 2F | 39 |
| Octal | 305 | 276 | 140 | 0 | 4 | 63 | 27 | 70 | 57 | 71 |
| Binary | 11000101 | 10111110 | 1100000 | 0 | 100 | 110011 | 10111 | 111000 | 101111 | 111001 |
Color Harmonies of #C5BE60
Complementary color
Monochromatic Colors of #C5BE60
Black with #C5BE60
Text Example
Text Example
White with #C5BE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE60; }
p { color: rgb(197,190,96); }
H1.HeaderClassName
{
color: #C5BE60;
}
.AnyTagClassName
{
color: #C5BE60;
}
</style>
background-color css
<style>
a { background-color: #C5BE60; }
a { background-color: rgb(197,190,96); }
div.DivClassName
{
background-color: #C5BE60;
}
.BgClassName
{
background-color: #C5BE60;
}
</style>
border-color css
<style>
span { border-color: #C5BE60; }
span { border-color: rgb(197,190,96); }
td.TdClassName
{
border-color: #C5BE60;
}
.TagClassName
{
border-color: #C5BE60;
}
</style>