Shades of Dark Khaki #C2BB64
Tints of Dark Khaki #C2BB64
RGB
CMYK
RGB Variations
Color information
#C2BB64 (or 0xC2BB64) is known color: Dark Khaki. HEX triplet: C2, BB and 64. RGB value is (194,187,100). Sum of RGB (Red+Green+Blue) = 194+187+100=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB64 is #3D449B. Grayscale: #B3B3B3. Windows color (decimal): -4015260 or 6601666. OLE color: 6601666.
HSL color Cylindrical-coordinate representation of color #C2BB64: hue angle of 55.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2BB64 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 100 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.24 |
| HSL | 55.53º | 0.44% | 0.58% | - |
| HSV(B) | 55.53º | 0.48% | 0.76% | - |
| XYZ | 42.32 | 47.93 | 19.08 | - |
| YUV | 179.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 100 | 0 | 0.04 | 0.48 | 0.24 | 55.53 | 0.44 | 0.58 |
| Hex | C2 | BB | 64 | 0 | 4 | 30 | 18 | 38 | 2C | 3A |
| Octal | 302 | 273 | 144 | 0 | 4 | 60 | 30 | 70 | 54 | 72 |
| Binary | 11000010 | 10111011 | 1100100 | 0 | 100 | 110000 | 11000 | 111000 | 101100 | 111010 |
Color Harmonies of #C2BB64
Complementary color
Monochromatic Colors of #C2BB64
Black with #C2BB64
Text Example
Text Example
White with #C2BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB64; }
p { color: rgb(194,187,100); }
H1.HeaderClassName
{
color: #C2BB64;
}
.AnyTagClassName
{
color: #C2BB64;
}
</style>
background-color css
<style>
a { background-color: #C2BB64; }
a { background-color: rgb(194,187,100); }
div.DivClassName
{
background-color: #C2BB64;
}
.BgClassName
{
background-color: #C2BB64;
}
</style>
border-color css
<style>
span { border-color: #C2BB64; }
span { border-color: rgb(194,187,100); }
td.TdClassName
{
border-color: #C2BB64;
}
.TagClassName
{
border-color: #C2BB64;
}
</style>