Shades of Dark Khaki #C2BB65
Tints of Dark Khaki #C2BB65
RGB
CMYK
RGB Variations
Color information
#C2BB65 (or 0xC2BB65) is known color: Dark Khaki. HEX triplet: C2, BB and 65. RGB value is (194,187,101). Sum of RGB (Red+Green+Blue) = 194+187+101=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB65 is #3D449A. Grayscale: #B3B3B3. Windows color (decimal): -4015259 or 6667202. OLE color: 6667202.
HSL color Cylindrical-coordinate representation of color #C2BB65: hue angle of 55.48º degrees, saturation: 0.43, 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 #C2BB65 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 101 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.24 |
| HSL | 55.48º | 0.43% | 0.58% | - |
| HSV(B) | 55.48º | 0.48% | 0.76% | - |
| XYZ | 42.37 | 47.95 | 19.33 | - |
| YUV | 179.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 101 | 0 | 0.04 | 0.48 | 0.24 | 55.48 | 0.43 | 0.58 |
| Hex | C2 | BB | 65 | 0 | 4 | 30 | 18 | 37 | 2B | 3A |
| Octal | 302 | 273 | 145 | 0 | 4 | 60 | 30 | 67 | 53 | 72 |
| Binary | 11000010 | 10111011 | 1100101 | 0 | 100 | 110000 | 11000 | 110111 | 101011 | 111010 |
Color Harmonies of #C2BB65
Complementary color
Monochromatic Colors of #C2BB65
Black with #C2BB65
Text Example
Text Example
White with #C2BB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB65; }
p { color: rgb(194,187,101); }
H1.HeaderClassName
{
color: #C2BB65;
}
.AnyTagClassName
{
color: #C2BB65;
}
</style>
background-color css
<style>
a { background-color: #C2BB65; }
a { background-color: rgb(194,187,101); }
div.DivClassName
{
background-color: #C2BB65;
}
.BgClassName
{
background-color: #C2BB65;
}
</style>
border-color css
<style>
span { border-color: #C2BB65; }
span { border-color: rgb(194,187,101); }
td.TdClassName
{
border-color: #C2BB65;
}
.TagClassName
{
border-color: #C2BB65;
}
</style>