Shades of Old Gold #C2BC31
Tints of Old Gold #C2BC31
RGB
CMYK
RGB Variations
Color information
#C2BC31 (or 0xC2BC31) is known color: Old Gold. HEX triplet: C2, BC and 31. RGB value is (194,188,49). Sum of RGB (Red+Green+Blue) = 194+188+49=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC31 is #3D43CE. Grayscale: #AEAEAE. Windows color (decimal): -4015055 or 3259586. OLE color: 3259586.
HSL color Cylindrical-coordinate representation of color #C2BC31: hue angle of 57.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2BC31 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 49 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.24 |
| HSL | 57.52º | 0.6% | 0.48% | - |
| HSV(B) | 57.52º | 0.75% | 0.76% | - |
| XYZ | 40.79 | 47.66 | 9.95 | - |
| YUV | 173.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 49 | 0 | 0.03 | 0.75 | 0.24 | 57.52 | 0.6 | 0.48 |
| Hex | C2 | BC | 31 | 0 | 3 | 4B | 18 | 3A | 3C | 30 |
| Octal | 302 | 274 | 61 | 0 | 3 | 113 | 30 | 72 | 74 | 60 |
| Binary | 11000010 | 10111100 | 110001 | 0 | 11 | 1001011 | 11000 | 111010 | 111100 | 110000 |
Color Harmonies of #C2BC31
Complementary color
Monochromatic Colors of #C2BC31
Black with #C2BC31
Text Example
Text Example
White with #C2BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC31; }
p { color: rgb(194,188,49); }
H1.HeaderClassName
{
color: #C2BC31;
}
.AnyTagClassName
{
color: #C2BC31;
}
</style>
background-color css
<style>
a { background-color: #C2BC31; }
a { background-color: rgb(194,188,49); }
div.DivClassName
{
background-color: #C2BC31;
}
.BgClassName
{
background-color: #C2BC31;
}
</style>
border-color css
<style>
span { border-color: #C2BC31; }
span { border-color: rgb(194,188,49); }
td.TdClassName
{
border-color: #C2BC31;
}
.TagClassName
{
border-color: #C2BC31;
}
</style>