Shades of Dark Khaki #C4BD64
Tints of Dark Khaki #C4BD64
RGB
CMYK
RGB Variations
Color information
#C4BD64 (or 0xC4BD64) is known color: Dark Khaki. HEX triplet: C4, BD and 64. RGB value is (196,189,100). Sum of RGB (Red+Green+Blue) = 196+189+100=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD64 is #3B429B. Grayscale: #B5B5B5. Windows color (decimal): -3883676 or 6602180. OLE color: 6602180.
HSL color Cylindrical-coordinate representation of color #C4BD64: hue angle of 55.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4BD64 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 100 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.23 |
| HSL | 55.63º | 0.45% | 0.58% | - |
| HSV(B) | 55.63º | 0.49% | 0.77% | - |
| XYZ | 43.26 | 49.05 | 19.24 | - |
| YUV | 180.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 100 | 0 | 0.04 | 0.49 | 0.23 | 55.63 | 0.45 | 0.58 |
| Hex | C4 | BD | 64 | 0 | 4 | 31 | 17 | 38 | 2D | 3A |
| Octal | 304 | 275 | 144 | 0 | 4 | 61 | 27 | 70 | 55 | 72 |
| Binary | 11000100 | 10111101 | 1100100 | 0 | 100 | 110001 | 10111 | 111000 | 101101 | 111010 |
Color Harmonies of #C4BD64
Complementary color
Monochromatic Colors of #C4BD64
Black with #C4BD64
Text Example
Text Example
White with #C4BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD64; }
p { color: rgb(196,189,100); }
H1.HeaderClassName
{
color: #C4BD64;
}
.AnyTagClassName
{
color: #C4BD64;
}
</style>
background-color css
<style>
a { background-color: #C4BD64; }
a { background-color: rgb(196,189,100); }
div.DivClassName
{
background-color: #C4BD64;
}
.BgClassName
{
background-color: #C4BD64;
}
</style>
border-color css
<style>
span { border-color: #C4BD64; }
span { border-color: rgb(196,189,100); }
td.TdClassName
{
border-color: #C4BD64;
}
.TagClassName
{
border-color: #C4BD64;
}
</style>