Shades of Dark Khaki #C5BF5C
Tints of Dark Khaki #C5BF5C
RGB
CMYK
RGB Variations
Color information
#C5BF5C (or 0xC5BF5C) is known color: Dark Khaki. HEX triplet: C5, BF and 5C. RGB value is (197,191,92). Sum of RGB (Red+Green+Blue) = 197+191+92=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF5C is #3A40A3. Grayscale: #B5B5B5. Windows color (decimal): -3817636 or 6078405. OLE color: 6078405.
HSL color Cylindrical-coordinate representation of color #C5BF5C: hue angle of 56.57º 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 #C5BF5C is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 92 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.23 |
| HSL | 56.57º | 0.48% | 0.57% | - |
| HSV(B) | 56.57º | 0.53% | 0.77% | - |
| XYZ | 43.59 | 49.9 | 17.46 | - |
| YUV | 181.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 92 | 0 | 0.03 | 0.53 | 0.23 | 56.57 | 0.48 | 0.57 |
| Hex | C5 | BF | 5C | 0 | 3 | 35 | 17 | 39 | 30 | 39 |
| Octal | 305 | 277 | 134 | 0 | 3 | 65 | 27 | 71 | 60 | 71 |
| Binary | 11000101 | 10111111 | 1011100 | 0 | 11 | 110101 | 10111 | 111001 | 110000 | 111001 |
Color Harmonies of #C5BF5C
Complementary color
Monochromatic Colors of #C5BF5C
Black with #C5BF5C
Text Example
Text Example
White with #C5BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF5C; }
p { color: rgb(197,191,92); }
H1.HeaderClassName
{
color: #C5BF5C;
}
.AnyTagClassName
{
color: #C5BF5C;
}
</style>
background-color css
<style>
a { background-color: #C5BF5C; }
a { background-color: rgb(197,191,92); }
div.DivClassName
{
background-color: #C5BF5C;
}
.BgClassName
{
background-color: #C5BF5C;
}
</style>
border-color css
<style>
span { border-color: #C5BF5C; }
span { border-color: rgb(197,191,92); }
td.TdClassName
{
border-color: #C5BF5C;
}
.TagClassName
{
border-color: #C5BF5C;
}
</style>