Shades of Dark Khaki #C5BF68
Tints of Dark Khaki #C5BF68
RGB
CMYK
RGB Variations
Color information
#C5BF68 (or 0xC5BF68) is known color: Dark Khaki. HEX triplet: C5, BF and 68. RGB value is (197,191,104). Sum of RGB (Red+Green+Blue) = 197+191+104=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF68 is #3A4097. Grayscale: #B7B7B7. Windows color (decimal): -3817624 or 6864837. OLE color: 6864837.
HSL color Cylindrical-coordinate representation of color #C5BF68: hue angle of 56.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5BF68 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 104 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.23 |
| HSL | 56.13º | 0.44% | 0.59% | - |
| HSV(B) | 56.13º | 0.47% | 0.77% | - |
| XYZ | 44.16 | 50.13 | 20.45 | - |
| YUV | 182.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 104 | 0 | 0.03 | 0.47 | 0.23 | 56.13 | 0.44 | 0.59 |
| Hex | C5 | BF | 68 | 0 | 3 | 2F | 17 | 38 | 2C | 3B |
| Octal | 305 | 277 | 150 | 0 | 3 | 57 | 27 | 70 | 54 | 73 |
| Binary | 11000101 | 10111111 | 1101000 | 0 | 11 | 101111 | 10111 | 111000 | 101100 | 111011 |
Color Harmonies of #C5BF68
Complementary color
Monochromatic Colors of #C5BF68
Black with #C5BF68
Text Example
Text Example
White with #C5BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF68; }
p { color: rgb(197,191,104); }
H1.HeaderClassName
{
color: #C5BF68;
}
.AnyTagClassName
{
color: #C5BF68;
}
</style>
background-color css
<style>
a { background-color: #C5BF68; }
a { background-color: rgb(197,191,104); }
div.DivClassName
{
background-color: #C5BF68;
}
.BgClassName
{
background-color: #C5BF68;
}
</style>
border-color css
<style>
span { border-color: #C5BF68; }
span { border-color: rgb(197,191,104); }
td.TdClassName
{
border-color: #C5BF68;
}
.TagClassName
{
border-color: #C5BF68;
}
</style>