Shades of Dark Khaki #C5BC68
Tints of Dark Khaki #C5BC68
RGB
CMYK
RGB Variations
Color information
#C5BC68 (or 0xC5BC68) is known color: Dark Khaki. HEX triplet: C5, BC and 68. RGB value is (197,188,104). Sum of RGB (Red+Green+Blue) = 197+188+104=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC68 is #3A4397. Grayscale: #B5B5B5. Windows color (decimal): -3818392 or 6864069. OLE color: 6864069.
HSL color Cylindrical-coordinate representation of color #C5BC68: hue angle of 54.19º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5BC68 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 104 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.23 |
| HSL | 54.19º | 0.44% | 0.59% | - |
| HSV(B) | 54.19º | 0.47% | 0.77% | - |
| XYZ | 43.51 | 48.84 | 20.23 | - |
| YUV | 181.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 104 | 0 | 0.05 | 0.47 | 0.23 | 54.19 | 0.44 | 0.59 |
| Hex | C5 | BC | 68 | 0 | 5 | 2F | 17 | 36 | 2C | 3B |
| Octal | 305 | 274 | 150 | 0 | 5 | 57 | 27 | 66 | 54 | 73 |
| Binary | 11000101 | 10111100 | 1101000 | 0 | 101 | 101111 | 10111 | 110110 | 101100 | 111011 |
Color Harmonies of #C5BC68
Complementary color
Monochromatic Colors of #C5BC68
Black with #C5BC68
Text Example
Text Example
White with #C5BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC68; }
p { color: rgb(197,188,104); }
H1.HeaderClassName
{
color: #C5BC68;
}
.AnyTagClassName
{
color: #C5BC68;
}
</style>
background-color css
<style>
a { background-color: #C5BC68; }
a { background-color: rgb(197,188,104); }
div.DivClassName
{
background-color: #C5BC68;
}
.BgClassName
{
background-color: #C5BC68;
}
</style>
border-color css
<style>
span { border-color: #C5BC68; }
span { border-color: rgb(197,188,104); }
td.TdClassName
{
border-color: #C5BC68;
}
.TagClassName
{
border-color: #C5BC68;
}
</style>