Shades of Dark Khaki #C5BE5C
Tints of Dark Khaki #C5BE5C
RGB
CMYK
RGB Variations
Color information
#C5BE5C (or 0xC5BE5C) is known color: Dark Khaki. HEX triplet: C5, BE and 5C. RGB value is (197,190,92). Sum of RGB (Red+Green+Blue) = 197+190+92=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE5C is #3A41A3. Grayscale: #B5B5B5. Windows color (decimal): -3817892 or 6078149. OLE color: 6078149.
HSL color Cylindrical-coordinate representation of color #C5BE5C: hue angle of 56º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5BE5C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 92 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.23 |
| HSL | 56º | 0.48% | 0.57% | - |
| HSV(B) | 56º | 0.53% | 0.77% | - |
| XYZ | 43.37 | 49.47 | 17.39 | - |
| YUV | 180.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 92 | 0 | 0.04 | 0.53 | 0.23 | 56 | 0.48 | 0.57 |
| Hex | C5 | BE | 5C | 0 | 4 | 35 | 17 | 38 | 30 | 39 |
| Octal | 305 | 276 | 134 | 0 | 4 | 65 | 27 | 70 | 60 | 71 |
| Binary | 11000101 | 10111110 | 1011100 | 0 | 100 | 110101 | 10111 | 111000 | 110000 | 111001 |
Color Harmonies of #C5BE5C
Complementary color
Monochromatic Colors of #C5BE5C
Black with #C5BE5C
Text Example
Text Example
White with #C5BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE5C; }
p { color: rgb(197,190,92); }
H1.HeaderClassName
{
color: #C5BE5C;
}
.AnyTagClassName
{
color: #C5BE5C;
}
</style>
background-color css
<style>
a { background-color: #C5BE5C; }
a { background-color: rgb(197,190,92); }
div.DivClassName
{
background-color: #C5BE5C;
}
.BgClassName
{
background-color: #C5BE5C;
}
</style>
border-color css
<style>
span { border-color: #C5BE5C; }
span { border-color: rgb(197,190,92); }
td.TdClassName
{
border-color: #C5BE5C;
}
.TagClassName
{
border-color: #C5BE5C;
}
</style>