Shades of Dark Khaki #C5BB63
Tints of Dark Khaki #C5BB63
RGB
CMYK
RGB Variations
Color information
#C5BB63 (or 0xC5BB63) is known color: Dark Khaki. HEX triplet: C5, BB and 63. RGB value is (197,187,99). Sum of RGB (Red+Green+Blue) = 197+187+99=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB63 is #3A449C. Grayscale: #B4B4B4. Windows color (decimal): -3818653 or 6536133. OLE color: 6536133.
HSL color Cylindrical-coordinate representation of color #C5BB63: hue angle of 53.88º 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 #C5BB63 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 99 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.23 |
| HSL | 53.88º | 0.46% | 0.58% | - |
| HSV(B) | 53.88º | 0.5% | 0.77% | - |
| XYZ | 43.05 | 48.31 | 18.86 | - |
| YUV | 179.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 99 | 0 | 0.05 | 0.50 | 0.23 | 53.88 | 0.46 | 0.58 |
| Hex | C5 | BB | 63 | 0 | 5 | 32 | 17 | 36 | 2E | 3A |
| Octal | 305 | 273 | 143 | 0 | 5 | 62 | 27 | 66 | 56 | 72 |
| Binary | 11000101 | 10111011 | 1100011 | 0 | 101 | 110010 | 10111 | 110110 | 101110 | 111010 |
Color Harmonies of #C5BB63
Complementary color
Monochromatic Colors of #C5BB63
Black with #C5BB63
Text Example
Text Example
White with #C5BB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB63; }
p { color: rgb(197,187,99); }
H1.HeaderClassName
{
color: #C5BB63;
}
.AnyTagClassName
{
color: #C5BB63;
}
</style>
background-color css
<style>
a { background-color: #C5BB63; }
a { background-color: rgb(197,187,99); }
div.DivClassName
{
background-color: #C5BB63;
}
.BgClassName
{
background-color: #C5BB63;
}
</style>
border-color css
<style>
span { border-color: #C5BB63; }
span { border-color: rgb(197,187,99); }
td.TdClassName
{
border-color: #C5BB63;
}
.TagClassName
{
border-color: #C5BB63;
}
</style>