Shades of Dark Khaki #C5BC61
Tints of Dark Khaki #C5BC61
RGB
CMYK
RGB Variations
Color information
#C5BC61 (or 0xC5BC61) is known color: Dark Khaki. HEX triplet: C5, BC and 61. RGB value is (197,188,97). Sum of RGB (Red+Green+Blue) = 197+188+97=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC61 is #3A439E. Grayscale: #B4B4B4. Windows color (decimal): -3818399 or 6405317. OLE color: 6405317.
HSL color Cylindrical-coordinate representation of color #C5BC61: hue angle of 54.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5BC61 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 97 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.23 |
| HSL | 54.6º | 0.46% | 0.58% | - |
| HSV(B) | 54.6º | 0.51% | 0.77% | - |
| XYZ | 43.17 | 48.7 | 18.43 | - |
| YUV | 180.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 97 | 0 | 0.05 | 0.51 | 0.23 | 54.6 | 0.46 | 0.58 |
| Hex | C5 | BC | 61 | 0 | 5 | 33 | 17 | 37 | 2E | 3A |
| Octal | 305 | 274 | 141 | 0 | 5 | 63 | 27 | 67 | 56 | 72 |
| Binary | 11000101 | 10111100 | 1100001 | 0 | 101 | 110011 | 10111 | 110111 | 101110 | 111010 |
Color Harmonies of #C5BC61
Complementary color
Monochromatic Colors of #C5BC61
Black with #C5BC61
Text Example
Text Example
White with #C5BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC61; }
p { color: rgb(197,188,97); }
H1.HeaderClassName
{
color: #C5BC61;
}
.AnyTagClassName
{
color: #C5BC61;
}
</style>
background-color css
<style>
a { background-color: #C5BC61; }
a { background-color: rgb(197,188,97); }
div.DivClassName
{
background-color: #C5BC61;
}
.BgClassName
{
background-color: #C5BC61;
}
</style>
border-color css
<style>
span { border-color: #C5BC61; }
span { border-color: rgb(197,188,97); }
td.TdClassName
{
border-color: #C5BC61;
}
.TagClassName
{
border-color: #C5BC61;
}
</style>