Shades of Dark Khaki #C4BD74
Tints of Dark Khaki #C4BD74
RGB
CMYK
RGB Variations
Color information
#C4BD74 (or 0xC4BD74) is known color: Dark Khaki. HEX triplet: C4, BD and 74. RGB value is (196,189,116). Sum of RGB (Red+Green+Blue) = 196+189+116=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD74 is #3B428B. Grayscale: #B7B7B7. Windows color (decimal): -3883660 or 7650756. OLE color: 7650756.
HSL color Cylindrical-coordinate representation of color #C4BD74: hue angle of 54.75º 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 #C4BD74 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 116 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.23 |
| HSL | 54.75º | 0.4% | 0.61% | - |
| HSV(B) | 54.75º | 0.41% | 0.77% | - |
| XYZ | 44.11 | 49.39 | 23.73 | - |
| YUV | 182.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 116 | 0 | 0.04 | 0.41 | 0.23 | 54.75 | 0.4 | 0.61 |
| Hex | C4 | BD | 74 | 0 | 4 | 29 | 17 | 37 | 28 | 3D |
| Octal | 304 | 275 | 164 | 0 | 4 | 51 | 27 | 67 | 50 | 75 |
| Binary | 11000100 | 10111101 | 1110100 | 0 | 100 | 101001 | 10111 | 110111 | 101000 | 111101 |
Color Harmonies of #C4BD74
Complementary color
Monochromatic Colors of #C4BD74
Black with #C4BD74
Text Example
Text Example
White with #C4BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD74; }
p { color: rgb(196,189,116); }
H1.HeaderClassName
{
color: #C4BD74;
}
.AnyTagClassName
{
color: #C4BD74;
}
</style>
background-color css
<style>
a { background-color: #C4BD74; }
a { background-color: rgb(196,189,116); }
div.DivClassName
{
background-color: #C4BD74;
}
.BgClassName
{
background-color: #C4BD74;
}
</style>
border-color css
<style>
span { border-color: #C4BD74; }
span { border-color: rgb(196,189,116); }
td.TdClassName
{
border-color: #C4BD74;
}
.TagClassName
{
border-color: #C4BD74;
}
</style>