Shades of Dark Khaki #C4BC76
Tints of Dark Khaki #C4BC76
RGB
CMYK
RGB Variations
Color information
#C4BC76 (or 0xC4BC76) is known color: Dark Khaki. HEX triplet: C4, BC and 76. RGB value is (196,188,118). Sum of RGB (Red+Green+Blue) = 196+188+118=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC76 is #3B4389. Grayscale: #B6B6B6. Windows color (decimal): -3883914 or 7781572. OLE color: 7781572.
HSL color Cylindrical-coordinate representation of color #C4BC76: hue angle of 53.85º degrees, saturation: 0.4, 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 #C4BC76 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 118 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.23 |
| HSL | 53.85º | 0.4% | 0.62% | - |
| HSV(B) | 53.85º | 0.4% | 0.77% | - |
| XYZ | 44.02 | 49.01 | 24.28 | - |
| YUV | 182.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 118 | 0 | 0.04 | 0.40 | 0.23 | 53.85 | 0.4 | 0.62 |
| Hex | C4 | BC | 76 | 0 | 4 | 28 | 17 | 36 | 28 | 3E |
| Octal | 304 | 274 | 166 | 0 | 4 | 50 | 27 | 66 | 50 | 76 |
| Binary | 11000100 | 10111100 | 1110110 | 0 | 100 | 101000 | 10111 | 110110 | 101000 | 111110 |
Color Harmonies of #C4BC76
Complementary color
Monochromatic Colors of #C4BC76
Black with #C4BC76
Text Example
Text Example
White with #C4BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC76; }
p { color: rgb(196,188,118); }
H1.HeaderClassName
{
color: #C4BC76;
}
.AnyTagClassName
{
color: #C4BC76;
}
</style>
background-color css
<style>
a { background-color: #C4BC76; }
a { background-color: rgb(196,188,118); }
div.DivClassName
{
background-color: #C4BC76;
}
.BgClassName
{
background-color: #C4BC76;
}
</style>
border-color css
<style>
span { border-color: #C4BC76; }
span { border-color: rgb(196,188,118); }
td.TdClassName
{
border-color: #C4BC76;
}
.TagClassName
{
border-color: #C4BC76;
}
</style>