Shades of Dark Khaki #C4BE5F
Tints of Dark Khaki #C4BE5F
RGB
CMYK
RGB Variations
Color information
#C4BE5F (or 0xC4BE5F) is known color: Dark Khaki. HEX triplet: C4, BE and 5F. RGB value is (196,190,95). Sum of RGB (Red+Green+Blue) = 196+190+95=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE5F is #3B41A0. Grayscale: #B5B5B5. Windows color (decimal): -3883425 or 6274756. OLE color: 6274756.
HSL color Cylindrical-coordinate representation of color #C4BE5F: hue angle of 56.44º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4BE5F is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 95 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.23 |
| HSL | 56.44º | 0.46% | 0.57% | - |
| HSV(B) | 56.44º | 0.52% | 0.77% | - |
| XYZ | 43.24 | 49.39 | 18.08 | - |
| YUV | 180.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 95 | 0 | 0.03 | 0.52 | 0.23 | 56.44 | 0.46 | 0.57 |
| Hex | C4 | BE | 5F | 0 | 3 | 34 | 17 | 38 | 2E | 39 |
| Octal | 304 | 276 | 137 | 0 | 3 | 64 | 27 | 70 | 56 | 71 |
| Binary | 11000100 | 10111110 | 1011111 | 0 | 11 | 110100 | 10111 | 111000 | 101110 | 111001 |
Color Harmonies of #C4BE5F
Complementary color
Monochromatic Colors of #C4BE5F
Black with #C4BE5F
Text Example
Text Example
White with #C4BE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE5F; }
p { color: rgb(196,190,95); }
H1.HeaderClassName
{
color: #C4BE5F;
}
.AnyTagClassName
{
color: #C4BE5F;
}
</style>
background-color css
<style>
a { background-color: #C4BE5F; }
a { background-color: rgb(196,190,95); }
div.DivClassName
{
background-color: #C4BE5F;
}
.BgClassName
{
background-color: #C4BE5F;
}
</style>
border-color css
<style>
span { border-color: #C4BE5F; }
span { border-color: rgb(196,190,95); }
td.TdClassName
{
border-color: #C4BE5F;
}
.TagClassName
{
border-color: #C4BE5F;
}
</style>