Shades of Dark Khaki #C5BF62
Tints of Dark Khaki #C5BF62
RGB
CMYK
RGB Variations
Color information
#C5BF62 (or 0xC5BF62) is known color: Dark Khaki. HEX triplet: C5, BF and 62. RGB value is (197,191,98). Sum of RGB (Red+Green+Blue) = 197+191+98=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF62 is #3A409D. Grayscale: #B6B6B6. Windows color (decimal): -3817630 or 6471621. OLE color: 6471621.
HSL color Cylindrical-coordinate representation of color #C5BF62: hue angle of 56.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5BF62 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 98 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.23 |
| HSL | 56.36º | 0.46% | 0.58% | - |
| HSV(B) | 56.36º | 0.5% | 0.77% | - |
| XYZ | 43.86 | 50.01 | 18.9 | - |
| YUV | 182.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 98 | 0 | 0.03 | 0.50 | 0.23 | 56.36 | 0.46 | 0.58 |
| Hex | C5 | BF | 62 | 0 | 3 | 32 | 17 | 38 | 2E | 3A |
| Octal | 305 | 277 | 142 | 0 | 3 | 62 | 27 | 70 | 56 | 72 |
| Binary | 11000101 | 10111111 | 1100010 | 0 | 11 | 110010 | 10111 | 111000 | 101110 | 111010 |
Color Harmonies of #C5BF62
Complementary color
Monochromatic Colors of #C5BF62
Black with #C5BF62
Text Example
Text Example
White with #C5BF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF62; }
p { color: rgb(197,191,98); }
H1.HeaderClassName
{
color: #C5BF62;
}
.AnyTagClassName
{
color: #C5BF62;
}
</style>
background-color css
<style>
a { background-color: #C5BF62; }
a { background-color: rgb(197,191,98); }
div.DivClassName
{
background-color: #C5BF62;
}
.BgClassName
{
background-color: #C5BF62;
}
</style>
border-color css
<style>
span { border-color: #C5BF62; }
span { border-color: rgb(197,191,98); }
td.TdClassName
{
border-color: #C5BF62;
}
.TagClassName
{
border-color: #C5BF62;
}
</style>