Shades of Dark Khaki #C4BC74
Tints of Dark Khaki #C4BC74
RGB
CMYK
RGB Variations
Color information
#C4BC74 (or 0xC4BC74) is known color: Dark Khaki. HEX triplet: C4, BC and 74. RGB value is (196,188,116). Sum of RGB (Red+Green+Blue) = 196+188+116=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC74 is #3B438B. Grayscale: #B6B6B6. Windows color (decimal): -3883916 or 7650500. OLE color: 7650500.
HSL color Cylindrical-coordinate representation of color #C4BC74: hue angle of 54º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4BC74 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 116 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.23 |
| HSL | 54º | 0.4% | 0.61% | - |
| HSV(B) | 54º | 0.41% | 0.77% | - |
| XYZ | 43.9 | 48.96 | 23.66 | - |
| YUV | 182.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 116 | 0 | 0.04 | 0.41 | 0.23 | 54 | 0.4 | 0.61 |
| Hex | C4 | BC | 74 | 0 | 4 | 29 | 17 | 36 | 28 | 3D |
| Octal | 304 | 274 | 164 | 0 | 4 | 51 | 27 | 66 | 50 | 75 |
| Binary | 11000100 | 10111100 | 1110100 | 0 | 100 | 101001 | 10111 | 110110 | 101000 | 111101 |
Color Harmonies of #C4BC74
Complementary color
Monochromatic Colors of #C4BC74
Black with #C4BC74
Text Example
Text Example
White with #C4BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC74; }
p { color: rgb(196,188,116); }
H1.HeaderClassName
{
color: #C4BC74;
}
.AnyTagClassName
{
color: #C4BC74;
}
</style>
background-color css
<style>
a { background-color: #C4BC74; }
a { background-color: rgb(196,188,116); }
div.DivClassName
{
background-color: #C4BC74;
}
.BgClassName
{
background-color: #C4BC74;
}
</style>
border-color css
<style>
span { border-color: #C4BC74; }
span { border-color: rgb(196,188,116); }
td.TdClassName
{
border-color: #C4BC74;
}
.TagClassName
{
border-color: #C4BC74;
}
</style>