Shades of Dark Khaki #C4BD76
Tints of Dark Khaki #C4BD76
RGB
CMYK
RGB Variations
Color information
#C4BD76 (or 0xC4BD76) is known color: Dark Khaki. HEX triplet: C4, BD and 76. RGB value is (196,189,118). Sum of RGB (Red+Green+Blue) = 196+189+118=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD76 is #3B4289. Grayscale: #B7B7B7. Windows color (decimal): -3883658 or 7781828. OLE color: 7781828.
HSL color Cylindrical-coordinate representation of color #C4BD76: hue angle of 54.62º 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 #C4BD76 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 118 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.23 |
| HSL | 54.62º | 0.4% | 0.62% | - |
| HSV(B) | 54.62º | 0.4% | 0.77% | - |
| XYZ | 44.23 | 49.44 | 24.35 | - |
| YUV | 183 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 118 | 0 | 0.04 | 0.40 | 0.23 | 54.62 | 0.4 | 0.62 |
| Hex | C4 | BD | 76 | 0 | 4 | 28 | 17 | 37 | 28 | 3E |
| Octal | 304 | 275 | 166 | 0 | 4 | 50 | 27 | 67 | 50 | 76 |
| Binary | 11000100 | 10111101 | 1110110 | 0 | 100 | 101000 | 10111 | 110111 | 101000 | 111110 |
Color Harmonies of #C4BD76
Complementary color
Monochromatic Colors of #C4BD76
Black with #C4BD76
Text Example
Text Example
White with #C4BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD76; }
p { color: rgb(196,189,118); }
H1.HeaderClassName
{
color: #C4BD76;
}
.AnyTagClassName
{
color: #C4BD76;
}
</style>
background-color css
<style>
a { background-color: #C4BD76; }
a { background-color: rgb(196,189,118); }
div.DivClassName
{
background-color: #C4BD76;
}
.BgClassName
{
background-color: #C4BD76;
}
</style>
border-color css
<style>
span { border-color: #C4BD76; }
span { border-color: rgb(196,189,118); }
td.TdClassName
{
border-color: #C4BD76;
}
.TagClassName
{
border-color: #C4BD76;
}
</style>