Shades of Dark Khaki #C5BB64
Tints of Dark Khaki #C5BB64
RGB
CMYK
RGB Variations
Color information
#C5BB64 (or 0xC5BB64) is known color: Dark Khaki. HEX triplet: C5, BB and 64. RGB value is (197,187,100). Sum of RGB (Red+Green+Blue) = 197+187+100=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB64 is #3A449B. Grayscale: #B4B4B4. Windows color (decimal): -3818652 or 6601669. OLE color: 6601669.
HSL color Cylindrical-coordinate representation of color #C5BB64: hue angle of 53.81º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5BB64 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 100 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.23 |
| HSL | 53.81º | 0.46% | 0.58% | - |
| HSV(B) | 53.81º | 0.49% | 0.77% | - |
| XYZ | 43.1 | 48.33 | 19.11 | - |
| YUV | 180.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 100 | 0 | 0.05 | 0.49 | 0.23 | 53.81 | 0.46 | 0.58 |
| Hex | C5 | BB | 64 | 0 | 5 | 31 | 17 | 36 | 2E | 3A |
| Octal | 305 | 273 | 144 | 0 | 5 | 61 | 27 | 66 | 56 | 72 |
| Binary | 11000101 | 10111011 | 1100100 | 0 | 101 | 110001 | 10111 | 110110 | 101110 | 111010 |
Color Harmonies of #C5BB64
Complementary color
Monochromatic Colors of #C5BB64
Black with #C5BB64
Text Example
Text Example
White with #C5BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB64; }
p { color: rgb(197,187,100); }
H1.HeaderClassName
{
color: #C5BB64;
}
.AnyTagClassName
{
color: #C5BB64;
}
</style>
background-color css
<style>
a { background-color: #C5BB64; }
a { background-color: rgb(197,187,100); }
div.DivClassName
{
background-color: #C5BB64;
}
.BgClassName
{
background-color: #C5BB64;
}
</style>
border-color css
<style>
span { border-color: #C5BB64; }
span { border-color: rgb(197,187,100); }
td.TdClassName
{
border-color: #C5BB64;
}
.TagClassName
{
border-color: #C5BB64;
}
</style>