Shades of Old Gold #C5BC32
Tints of Old Gold #C5BC32
RGB
CMYK
RGB Variations
Color information
#C5BC32 (or 0xC5BC32) is known color: Old Gold. HEX triplet: C5, BC and 32. RGB value is (197,188,50). Sum of RGB (Red+Green+Blue) = 197+188+50=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC32 is #3A43CD. Grayscale: #AFAFAF. Windows color (decimal): -3818446 or 3325125. OLE color: 3325125.
HSL color Cylindrical-coordinate representation of color #C5BC32: hue angle of 56.33º 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 #C5BC32 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 50 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.23 |
| HSL | 56.33º | 0.6% | 0.48% | - |
| HSV(B) | 56.33º | 0.75% | 0.77% | - |
| XYZ | 41.58 | 48.07 | 10.1 | - |
| YUV | 174.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 50 | 0 | 0.05 | 0.75 | 0.23 | 56.33 | 0.6 | 0.48 |
| Hex | C5 | BC | 32 | 0 | 5 | 4B | 17 | 38 | 3C | 30 |
| Octal | 305 | 274 | 62 | 0 | 5 | 113 | 27 | 70 | 74 | 60 |
| Binary | 11000101 | 10111100 | 110010 | 0 | 101 | 1001011 | 10111 | 111000 | 111100 | 110000 |
Color Harmonies of #C5BC32
Complementary color
Monochromatic Colors of #C5BC32
Black with #C5BC32
Text Example
Text Example
White with #C5BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC32; }
p { color: rgb(197,188,50); }
H1.HeaderClassName
{
color: #C5BC32;
}
.AnyTagClassName
{
color: #C5BC32;
}
</style>
background-color css
<style>
a { background-color: #C5BC32; }
a { background-color: rgb(197,188,50); }
div.DivClassName
{
background-color: #C5BC32;
}
.BgClassName
{
background-color: #C5BC32;
}
</style>
border-color css
<style>
span { border-color: #C5BC32; }
span { border-color: rgb(197,188,50); }
td.TdClassName
{
border-color: #C5BC32;
}
.TagClassName
{
border-color: #C5BC32;
}
</style>