Shades of Dark Khaki #C4BE62
Tints of Dark Khaki #C4BE62
RGB
CMYK
RGB Variations
Color information
#C4BE62 (or 0xC4BE62) is known color: Dark Khaki. HEX triplet: C4, BE and 62. RGB value is (196,190,98). Sum of RGB (Red+Green+Blue) = 196+190+98=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE62 is #3B419D. Grayscale: #B5B5B5. Windows color (decimal): -3883422 or 6471364. OLE color: 6471364.
HSL color Cylindrical-coordinate representation of color #C4BE62: hue angle of 56.33º 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 #C4BE62 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 98 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.23 |
| HSL | 56.33º | 0.45% | 0.58% | - |
| HSV(B) | 56.33º | 0.5% | 0.77% | - |
| XYZ | 43.38 | 49.44 | 18.81 | - |
| YUV | 181.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 98 | 0 | 0.03 | 0.5 | 0.23 | 56.33 | 0.45 | 0.58 |
| Hex | C4 | BE | 62 | 0 | 3 | 32 | 17 | 38 | 2D | 3A |
| Octal | 304 | 276 | 142 | 0 | 3 | 62 | 27 | 70 | 55 | 72 |
| Binary | 11000100 | 10111110 | 1100010 | 0 | 11 | 110010 | 10111 | 111000 | 101101 | 111010 |
Color Harmonies of #C4BE62
Complementary color
Monochromatic Colors of #C4BE62
Black with #C4BE62
Text Example
Text Example
White with #C4BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE62; }
p { color: rgb(196,190,98); }
H1.HeaderClassName
{
color: #C4BE62;
}
.AnyTagClassName
{
color: #C4BE62;
}
</style>
background-color css
<style>
a { background-color: #C4BE62; }
a { background-color: rgb(196,190,98); }
div.DivClassName
{
background-color: #C4BE62;
}
.BgClassName
{
background-color: #C4BE62;
}
</style>
border-color css
<style>
span { border-color: #C4BE62; }
span { border-color: rgb(196,190,98); }
td.TdClassName
{
border-color: #C4BE62;
}
.TagClassName
{
border-color: #C4BE62;
}
</style>