Shades of Dark Khaki #C2BC61
Tints of Dark Khaki #C2BC61
RGB
CMYK
RGB Variations
Color information
#C2BC61 (or 0xC2BC61) is known color: Dark Khaki. HEX triplet: C2, BC and 61. RGB value is (194,188,97). Sum of RGB (Red+Green+Blue) = 194+188+97=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC61 is #3D439E. Grayscale: #B3B3B3. Windows color (decimal): -4015007 or 6405314. OLE color: 6405314.
HSL color Cylindrical-coordinate representation of color #C2BC61: hue angle of 56.29º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2BC61 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 97 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.24 |
| HSL | 56.29º | 0.44% | 0.57% | - |
| HSV(B) | 56.29º | 0.5% | 0.76% | - |
| XYZ | 42.39 | 48.3 | 18.4 | - |
| YUV | 179.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 97 | 0 | 0.03 | 0.50 | 0.24 | 56.29 | 0.44 | 0.57 |
| Hex | C2 | BC | 61 | 0 | 3 | 32 | 18 | 38 | 2C | 39 |
| Octal | 302 | 274 | 141 | 0 | 3 | 62 | 30 | 70 | 54 | 71 |
| Binary | 11000010 | 10111100 | 1100001 | 0 | 11 | 110010 | 11000 | 111000 | 101100 | 111001 |
Color Harmonies of #C2BC61
Complementary color
Monochromatic Colors of #C2BC61
Black with #C2BC61
Text Example
Text Example
White with #C2BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC61; }
p { color: rgb(194,188,97); }
H1.HeaderClassName
{
color: #C2BC61;
}
.AnyTagClassName
{
color: #C2BC61;
}
</style>
background-color css
<style>
a { background-color: #C2BC61; }
a { background-color: rgb(194,188,97); }
div.DivClassName
{
background-color: #C2BC61;
}
.BgClassName
{
background-color: #C2BC61;
}
</style>
border-color css
<style>
span { border-color: #C2BC61; }
span { border-color: rgb(194,188,97); }
td.TdClassName
{
border-color: #C2BC61;
}
.TagClassName
{
border-color: #C2BC61;
}
</style>