Shades of Old Gold #C5BC34
Tints of Old Gold #C5BC34
RGB
CMYK
RGB Variations
Color information
#C5BC34 (or 0xC5BC34) is known color: Old Gold. HEX triplet: C5, BC and 34. RGB value is (197,188,52). Sum of RGB (Red+Green+Blue) = 197+188+52=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC34 is #3A43CB. Grayscale: #AFAFAF. Windows color (decimal): -3818444 or 3456197. OLE color: 3456197.
HSL color Cylindrical-coordinate representation of color #C5BC34: hue angle of 56.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5BC34 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 52 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.23 |
| HSL | 56.28º | 0.58% | 0.49% | - |
| HSV(B) | 56.28º | 0.74% | 0.77% | - |
| XYZ | 41.63 | 48.08 | 10.34 | - |
| YUV | 175.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 52 | 0 | 0.05 | 0.74 | 0.23 | 56.28 | 0.58 | 0.49 |
| Hex | C5 | BC | 34 | 0 | 5 | 4A | 17 | 38 | 3A | 31 |
| Octal | 305 | 274 | 64 | 0 | 5 | 112 | 27 | 70 | 72 | 61 |
| Binary | 11000101 | 10111100 | 110100 | 0 | 101 | 1001010 | 10111 | 111000 | 111010 | 110001 |
Color Harmonies of #C5BC34
Complementary color
Monochromatic Colors of #C5BC34
Black with #C5BC34
Text Example
Text Example
White with #C5BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC34; }
p { color: rgb(197,188,52); }
H1.HeaderClassName
{
color: #C5BC34;
}
.AnyTagClassName
{
color: #C5BC34;
}
</style>
background-color css
<style>
a { background-color: #C5BC34; }
a { background-color: rgb(197,188,52); }
div.DivClassName
{
background-color: #C5BC34;
}
.BgClassName
{
background-color: #C5BC34;
}
</style>
border-color css
<style>
span { border-color: #C5BC34; }
span { border-color: rgb(197,188,52); }
td.TdClassName
{
border-color: #C5BC34;
}
.TagClassName
{
border-color: #C5BC34;
}
</style>