Shades of Old Gold #C5BC31
Tints of Old Gold #C5BC31
RGB
CMYK
RGB Variations
Color information
#C5BC31 (or 0xC5BC31) is known color: Old Gold. HEX triplet: C5, BC and 31. RGB value is (197,188,49). Sum of RGB (Red+Green+Blue) = 197+188+49=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC31 is #3A43CE. Grayscale: #AFAFAF. Windows color (decimal): -3818447 or 3259589. OLE color: 3259589.
HSL color Cylindrical-coordinate representation of color #C5BC31: hue angle of 56.35º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5BC31 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 49 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.23 |
| HSL | 56.35º | 0.6% | 0.48% | - |
| HSV(B) | 56.35º | 0.75% | 0.77% | - |
| XYZ | 41.56 | 48.06 | 9.99 | - |
| YUV | 174.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 49 | 0 | 0.05 | 0.75 | 0.23 | 56.35 | 0.6 | 0.48 |
| Hex | C5 | BC | 31 | 0 | 5 | 4B | 17 | 38 | 3C | 30 |
| Octal | 305 | 274 | 61 | 0 | 5 | 113 | 27 | 70 | 74 | 60 |
| Binary | 11000101 | 10111100 | 110001 | 0 | 101 | 1001011 | 10111 | 111000 | 111100 | 110000 |
Color Harmonies of #C5BC31
Complementary color
Monochromatic Colors of #C5BC31
Black with #C5BC31
Text Example
Text Example
White with #C5BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC31; }
p { color: rgb(197,188,49); }
H1.HeaderClassName
{
color: #C5BC31;
}
.AnyTagClassName
{
color: #C5BC31;
}
</style>
background-color css
<style>
a { background-color: #C5BC31; }
a { background-color: rgb(197,188,49); }
div.DivClassName
{
background-color: #C5BC31;
}
.BgClassName
{
background-color: #C5BC31;
}
</style>
border-color css
<style>
span { border-color: #C5BC31; }
span { border-color: rgb(197,188,49); }
td.TdClassName
{
border-color: #C5BC31;
}
.TagClassName
{
border-color: #C5BC31;
}
</style>