Shades of Dark Khaki #C5BF60
Tints of Dark Khaki #C5BF60
RGB
CMYK
RGB Variations
Color information
#C5BF60 (or 0xC5BF60) is known color: Dark Khaki. HEX triplet: C5, BF and 60. RGB value is (197,191,96). Sum of RGB (Red+Green+Blue) = 197+191+96=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF60 is #3A409F. Grayscale: #B6B6B6. Windows color (decimal): -3817632 or 6340549. OLE color: 6340549.
HSL color Cylindrical-coordinate representation of color #C5BF60: hue angle of 56.44º 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 #C5BF60 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 96 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.23 |
| HSL | 56.44º | 0.47% | 0.57% | - |
| HSV(B) | 56.44º | 0.51% | 0.77% | - |
| XYZ | 43.77 | 49.98 | 18.41 | - |
| YUV | 181.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 96 | 0 | 0.03 | 0.51 | 0.23 | 56.44 | 0.47 | 0.57 |
| Hex | C5 | BF | 60 | 0 | 3 | 33 | 17 | 38 | 2F | 39 |
| Octal | 305 | 277 | 140 | 0 | 3 | 63 | 27 | 70 | 57 | 71 |
| Binary | 11000101 | 10111111 | 1100000 | 0 | 11 | 110011 | 10111 | 111000 | 101111 | 111001 |
Color Harmonies of #C5BF60
Complementary color
Monochromatic Colors of #C5BF60
Black with #C5BF60
Text Example
Text Example
White with #C5BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF60; }
p { color: rgb(197,191,96); }
H1.HeaderClassName
{
color: #C5BF60;
}
.AnyTagClassName
{
color: #C5BF60;
}
</style>
background-color css
<style>
a { background-color: #C5BF60; }
a { background-color: rgb(197,191,96); }
div.DivClassName
{
background-color: #C5BF60;
}
.BgClassName
{
background-color: #C5BF60;
}
</style>
border-color css
<style>
span { border-color: #C5BF60; }
span { border-color: rgb(197,191,96); }
td.TdClassName
{
border-color: #C5BF60;
}
.TagClassName
{
border-color: #C5BF60;
}
</style>