Shades of Old Gold #C2BC40
Tints of Old Gold #C2BC40
RGB
CMYK
RGB Variations
Color information
#C2BC40 (or 0xC2BC40) is known color: Old Gold. HEX triplet: C2, BC and 40. RGB value is (194,188,64). Sum of RGB (Red+Green+Blue) = 194+188+64=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC40 is #3D43BF. Grayscale: #B0B0B0. Windows color (decimal): -4015040 or 4242626. OLE color: 4242626.
HSL color Cylindrical-coordinate representation of color #C2BC40: hue angle of 57.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2BC40 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 64 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.24 |
| HSL | 57.23º | 0.52% | 0.51% | - |
| HSV(B) | 57.23º | 0.67% | 0.76% | - |
| XYZ | 41.16 | 47.81 | 11.91 | - |
| YUV | 175.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 64 | 0 | 0.03 | 0.67 | 0.24 | 57.23 | 0.52 | 0.51 |
| Hex | C2 | BC | 40 | 0 | 3 | 43 | 18 | 39 | 34 | 33 |
| Octal | 302 | 274 | 100 | 0 | 3 | 103 | 30 | 71 | 64 | 63 |
| Binary | 11000010 | 10111100 | 1000000 | 0 | 11 | 1000011 | 11000 | 111001 | 110100 | 110011 |
Color Harmonies of #C2BC40
Complementary color
Monochromatic Colors of #C2BC40
Black with #C2BC40
Text Example
Text Example
White with #C2BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC40; }
p { color: rgb(194,188,64); }
H1.HeaderClassName
{
color: #C2BC40;
}
.AnyTagClassName
{
color: #C2BC40;
}
</style>
background-color css
<style>
a { background-color: #C2BC40; }
a { background-color: rgb(194,188,64); }
div.DivClassName
{
background-color: #C2BC40;
}
.BgClassName
{
background-color: #C2BC40;
}
</style>
border-color css
<style>
span { border-color: #C2BC40; }
span { border-color: rgb(194,188,64); }
td.TdClassName
{
border-color: #C2BC40;
}
.TagClassName
{
border-color: #C2BC40;
}
</style>