Shades of Dark Khaki #C2BC76
Tints of Dark Khaki #C2BC76
RGB
CMYK
RGB Variations
Color information
#C2BC76 (or 0xC2BC76) is known color: Dark Khaki. HEX triplet: C2, BC and 76. RGB value is (194,188,118). Sum of RGB (Red+Green+Blue) = 194+188+118=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC76 is #3D4389. Grayscale: #B6B6B6. Windows color (decimal): -4014986 or 7781570. OLE color: 7781570.
HSL color Cylindrical-coordinate representation of color #C2BC76: hue angle of 55.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2BC76 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 118 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.24 |
| HSL | 55.26º | 0.38% | 0.61% | - |
| HSV(B) | 55.26º | 0.39% | 0.76% | - |
| XYZ | 43.5 | 48.74 | 24.26 | - |
| YUV | 181.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 118 | 0 | 0.03 | 0.39 | 0.24 | 55.26 | 0.38 | 0.61 |
| Hex | C2 | BC | 76 | 0 | 3 | 27 | 18 | 37 | 26 | 3D |
| Octal | 302 | 274 | 166 | 0 | 3 | 47 | 30 | 67 | 46 | 75 |
| Binary | 11000010 | 10111100 | 1110110 | 0 | 11 | 100111 | 11000 | 110111 | 100110 | 111101 |
Color Harmonies of #C2BC76
Complementary color
Monochromatic Colors of #C2BC76
Black with #C2BC76
Text Example
Text Example
White with #C2BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC76; }
p { color: rgb(194,188,118); }
H1.HeaderClassName
{
color: #C2BC76;
}
.AnyTagClassName
{
color: #C2BC76;
}
</style>
background-color css
<style>
a { background-color: #C2BC76; }
a { background-color: rgb(194,188,118); }
div.DivClassName
{
background-color: #C2BC76;
}
.BgClassName
{
background-color: #C2BC76;
}
</style>
border-color css
<style>
span { border-color: #C2BC76; }
span { border-color: rgb(194,188,118); }
td.TdClassName
{
border-color: #C2BC76;
}
.TagClassName
{
border-color: #C2BC76;
}
</style>