Shades of Dark Khaki #C2BC6D
Tints of Dark Khaki #C2BC6D
RGB
CMYK
RGB Variations
Color information
#C2BC6D (or 0xC2BC6D) is known color: Dark Khaki. HEX triplet: C2, BC and 6D. RGB value is (194,188,109). Sum of RGB (Red+Green+Blue) = 194+188+109=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC6D is #3D4392. Grayscale: #B5B5B5. Windows color (decimal): -4014995 or 7191746. OLE color: 7191746.
HSL color Cylindrical-coordinate representation of color #C2BC6D: hue angle of 55.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2BC6D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 109 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.24 |
| HSL | 55.76º | 0.41% | 0.59% | - |
| HSV(B) | 55.76º | 0.44% | 0.76% | - |
| XYZ | 42.99 | 48.54 | 21.57 | - |
| YUV | 180.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 109 | 0 | 0.03 | 0.44 | 0.24 | 55.76 | 0.41 | 0.59 |
| Hex | C2 | BC | 6D | 0 | 3 | 2C | 18 | 38 | 29 | 3B |
| Octal | 302 | 274 | 155 | 0 | 3 | 54 | 30 | 70 | 51 | 73 |
| Binary | 11000010 | 10111100 | 1101101 | 0 | 11 | 101100 | 11000 | 111000 | 101001 | 111011 |
Color Harmonies of #C2BC6D
Complementary color
Monochromatic Colors of #C2BC6D
Black with #C2BC6D
Text Example
Text Example
White with #C2BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC6D; }
p { color: rgb(194,188,109); }
H1.HeaderClassName
{
color: #C2BC6D;
}
.AnyTagClassName
{
color: #C2BC6D;
}
</style>
background-color css
<style>
a { background-color: #C2BC6D; }
a { background-color: rgb(194,188,109); }
div.DivClassName
{
background-color: #C2BC6D;
}
.BgClassName
{
background-color: #C2BC6D;
}
</style>
border-color css
<style>
span { border-color: #C2BC6D; }
span { border-color: rgb(194,188,109); }
td.TdClassName
{
border-color: #C2BC6D;
}
.TagClassName
{
border-color: #C2BC6D;
}
</style>