Shades of Old Gold #C5BC37
Tints of Old Gold #C5BC37
RGB
CMYK
RGB Variations
Color information
#C5BC37 (or 0xC5BC37) is known color: Old Gold. HEX triplet: C5, BC and 37. RGB value is (197,188,55). Sum of RGB (Red+Green+Blue) = 197+188+55=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC37 is #3A43C8. Grayscale: #B0B0B0. Windows color (decimal): -3818441 or 3652805. OLE color: 3652805.
HSL color Cylindrical-coordinate representation of color #C5BC37: hue angle of 56.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5BC37 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 55 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.23 |
| HSL | 56.2º | 0.56% | 0.49% | - |
| HSV(B) | 56.2º | 0.72% | 0.77% | - |
| XYZ | 41.7 | 48.11 | 10.7 | - |
| YUV | 175.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 55 | 0 | 0.05 | 0.72 | 0.23 | 56.2 | 0.56 | 0.49 |
| Hex | C5 | BC | 37 | 0 | 5 | 48 | 17 | 38 | 38 | 31 |
| Octal | 305 | 274 | 67 | 0 | 5 | 110 | 27 | 70 | 70 | 61 |
| Binary | 11000101 | 10111100 | 110111 | 0 | 101 | 1001000 | 10111 | 111000 | 111000 | 110001 |
Color Harmonies of #C5BC37
Complementary color
Monochromatic Colors of #C5BC37
Black with #C5BC37
Text Example
Text Example
White with #C5BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC37; }
p { color: rgb(197,188,55); }
H1.HeaderClassName
{
color: #C5BC37;
}
.AnyTagClassName
{
color: #C5BC37;
}
</style>
background-color css
<style>
a { background-color: #C5BC37; }
a { background-color: rgb(197,188,55); }
div.DivClassName
{
background-color: #C5BC37;
}
.BgClassName
{
background-color: #C5BC37;
}
</style>
border-color css
<style>
span { border-color: #C5BC37; }
span { border-color: rgb(197,188,55); }
td.TdClassName
{
border-color: #C5BC37;
}
.TagClassName
{
border-color: #C5BC37;
}
</style>