Shades of Dark Khaki #C5BC76
Tints of Dark Khaki #C5BC76
RGB
CMYK
RGB Variations
Color information
#C5BC76 (or 0xC5BC76) is known color: Dark Khaki. HEX triplet: C5, BC and 76. RGB value is (197,188,118). Sum of RGB (Red+Green+Blue) = 197+188+118=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC76 is #3A4389. Grayscale: #B6B6B6. Windows color (decimal): -3818378 or 7781573. OLE color: 7781573.
HSL color Cylindrical-coordinate representation of color #C5BC76: hue angle of 53.16º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5BC76 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 118 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.23 |
| HSL | 53.16º | 0.41% | 0.62% | - |
| HSV(B) | 53.16º | 0.4% | 0.77% | - |
| XYZ | 44.28 | 49.14 | 24.29 | - |
| YUV | 182.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 118 | 0 | 0.05 | 0.40 | 0.23 | 53.16 | 0.41 | 0.62 |
| Hex | C5 | BC | 76 | 0 | 5 | 28 | 17 | 35 | 29 | 3E |
| Octal | 305 | 274 | 166 | 0 | 5 | 50 | 27 | 65 | 51 | 76 |
| Binary | 11000101 | 10111100 | 1110110 | 0 | 101 | 101000 | 10111 | 110101 | 101001 | 111110 |
Color Harmonies of #C5BC76
Complementary color
Monochromatic Colors of #C5BC76
Black with #C5BC76
Text Example
Text Example
White with #C5BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC76; }
p { color: rgb(197,188,118); }
H1.HeaderClassName
{
color: #C5BC76;
}
.AnyTagClassName
{
color: #C5BC76;
}
</style>
background-color css
<style>
a { background-color: #C5BC76; }
a { background-color: rgb(197,188,118); }
div.DivClassName
{
background-color: #C5BC76;
}
.BgClassName
{
background-color: #C5BC76;
}
</style>
border-color css
<style>
span { border-color: #C5BC76; }
span { border-color: rgb(197,188,118); }
td.TdClassName
{
border-color: #C5BC76;
}
.TagClassName
{
border-color: #C5BC76;
}
</style>