Shades of Dark Khaki #C2BC60
Tints of Dark Khaki #C2BC60
RGB
CMYK
RGB Variations
Color information
#C2BC60 (or 0xC2BC60) is known color: Dark Khaki. HEX triplet: C2, BC and 60. RGB value is (194,188,96). Sum of RGB (Red+Green+Blue) = 194+188+96=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC60 is #3D439F. Grayscale: #B3B3B3. Windows color (decimal): -4015008 or 6339778. OLE color: 6339778.
HSL color Cylindrical-coordinate representation of color #C2BC60: hue angle of 56.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2BC60 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 96 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.24 |
| HSL | 56.33º | 0.45% | 0.57% | - |
| HSV(B) | 56.33º | 0.51% | 0.76% | - |
| XYZ | 42.34 | 48.28 | 18.15 | - |
| YUV | 179.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 96 | 0 | 0.03 | 0.51 | 0.24 | 56.33 | 0.45 | 0.57 |
| Hex | C2 | BC | 60 | 0 | 3 | 33 | 18 | 38 | 2D | 39 |
| Octal | 302 | 274 | 140 | 0 | 3 | 63 | 30 | 70 | 55 | 71 |
| Binary | 11000010 | 10111100 | 1100000 | 0 | 11 | 110011 | 11000 | 111000 | 101101 | 111001 |
Color Harmonies of #C2BC60
Complementary color
Monochromatic Colors of #C2BC60
Black with #C2BC60
Text Example
Text Example
White with #C2BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC60; }
p { color: rgb(194,188,96); }
H1.HeaderClassName
{
color: #C2BC60;
}
.AnyTagClassName
{
color: #C2BC60;
}
</style>
background-color css
<style>
a { background-color: #C2BC60; }
a { background-color: rgb(194,188,96); }
div.DivClassName
{
background-color: #C2BC60;
}
.BgClassName
{
background-color: #C2BC60;
}
</style>
border-color css
<style>
span { border-color: #C2BC60; }
span { border-color: rgb(194,188,96); }
td.TdClassName
{
border-color: #C2BC60;
}
.TagClassName
{
border-color: #C2BC60;
}
</style>