Shades of Dark Khaki #C5BE76
Tints of Dark Khaki #C5BE76
RGB
CMYK
RGB Variations
Color information
#C5BE76 (or 0xC5BE76) is known color: Dark Khaki. HEX triplet: C5, BE and 76. RGB value is (197,190,118). Sum of RGB (Red+Green+Blue) = 197+190+118=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE76 is #3A4189. Grayscale: #B8B8B8. Windows color (decimal): -3817866 or 7782085. OLE color: 7782085.
HSL color Cylindrical-coordinate representation of color #C5BE76: hue angle of 54.68º degrees, saturation: 0.41, 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 #C5BE76 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 118 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.23 |
| HSL | 54.68º | 0.41% | 0.62% | - |
| HSV(B) | 54.68º | 0.4% | 0.77% | - |
| XYZ | 44.71 | 50.01 | 24.44 | - |
| YUV | 183.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 118 | 0 | 0.04 | 0.40 | 0.23 | 54.68 | 0.41 | 0.62 |
| Hex | C5 | BE | 76 | 0 | 4 | 28 | 17 | 37 | 29 | 3E |
| Octal | 305 | 276 | 166 | 0 | 4 | 50 | 27 | 67 | 51 | 76 |
| Binary | 11000101 | 10111110 | 1110110 | 0 | 100 | 101000 | 10111 | 110111 | 101001 | 111110 |
Color Harmonies of #C5BE76
Complementary color
Monochromatic Colors of #C5BE76
Black with #C5BE76
Text Example
Text Example
White with #C5BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE76; }
p { color: rgb(197,190,118); }
H1.HeaderClassName
{
color: #C5BE76;
}
.AnyTagClassName
{
color: #C5BE76;
}
</style>
background-color css
<style>
a { background-color: #C5BE76; }
a { background-color: rgb(197,190,118); }
div.DivClassName
{
background-color: #C5BE76;
}
.BgClassName
{
background-color: #C5BE76;
}
</style>
border-color css
<style>
span { border-color: #C5BE76; }
span { border-color: rgb(197,190,118); }
td.TdClassName
{
border-color: #C5BE76;
}
.TagClassName
{
border-color: #C5BE76;
}
</style>