Shades of Dark Khaki #C4BD62
Tints of Dark Khaki #C4BD62
RGB
CMYK
RGB Variations
Color information
#C4BD62 (or 0xC4BD62) is known color: Dark Khaki. HEX triplet: C4, BD and 62. RGB value is (196,189,98). Sum of RGB (Red+Green+Blue) = 196+189+98=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD62 is #3B429D. Grayscale: #B5B5B5. Windows color (decimal): -3883678 or 6471108. OLE color: 6471108.
HSL color Cylindrical-coordinate representation of color #C4BD62: hue angle of 55.71º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4BD62 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 98 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.23 |
| HSL | 55.71º | 0.45% | 0.58% | - |
| HSV(B) | 55.71º | 0.5% | 0.77% | - |
| XYZ | 43.17 | 49.01 | 18.74 | - |
| YUV | 180.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 98 | 0 | 0.04 | 0.5 | 0.23 | 55.71 | 0.45 | 0.58 |
| Hex | C4 | BD | 62 | 0 | 4 | 32 | 17 | 38 | 2D | 3A |
| Octal | 304 | 275 | 142 | 0 | 4 | 62 | 27 | 70 | 55 | 72 |
| Binary | 11000100 | 10111101 | 1100010 | 0 | 100 | 110010 | 10111 | 111000 | 101101 | 111010 |
Color Harmonies of #C4BD62
Complementary color
Monochromatic Colors of #C4BD62
Black with #C4BD62
Text Example
Text Example
White with #C4BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD62; }
p { color: rgb(196,189,98); }
H1.HeaderClassName
{
color: #C4BD62;
}
.AnyTagClassName
{
color: #C4BD62;
}
</style>
background-color css
<style>
a { background-color: #C4BD62; }
a { background-color: rgb(196,189,98); }
div.DivClassName
{
background-color: #C4BD62;
}
.BgClassName
{
background-color: #C4BD62;
}
</style>
border-color css
<style>
span { border-color: #C4BD62; }
span { border-color: rgb(196,189,98); }
td.TdClassName
{
border-color: #C4BD62;
}
.TagClassName
{
border-color: #C4BD62;
}
</style>