Shades of Old Gold #C5BE36
Tints of Old Gold #C5BE36
RGB
CMYK
RGB Variations
Color information
#C5BE36 (or 0xC5BE36) is known color: Old Gold. HEX triplet: C5, BE and 36. RGB value is (197,190,54). Sum of RGB (Red+Green+Blue) = 197+190+54=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE36 is #3A41C9. Grayscale: #B1B1B1. Windows color (decimal): -3817930 or 3587781. OLE color: 3587781.
HSL color Cylindrical-coordinate representation of color #C5BE36: hue angle of 57.06º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5BE36 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 54 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.23 |
| HSL | 57.06º | 0.57% | 0.49% | - |
| HSV(B) | 57.06º | 0.73% | 0.77% | - |
| XYZ | 42.11 | 48.96 | 10.72 | - |
| YUV | 176.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 54 | 0 | 0.04 | 0.73 | 0.23 | 57.06 | 0.57 | 0.49 |
| Hex | C5 | BE | 36 | 0 | 4 | 49 | 17 | 39 | 39 | 31 |
| Octal | 305 | 276 | 66 | 0 | 4 | 111 | 27 | 71 | 71 | 61 |
| Binary | 11000101 | 10111110 | 110110 | 0 | 100 | 1001001 | 10111 | 111001 | 111001 | 110001 |
Color Harmonies of #C5BE36
Complementary color
Monochromatic Colors of #C5BE36
Black with #C5BE36
Text Example
Text Example
White with #C5BE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE36; }
p { color: rgb(197,190,54); }
H1.HeaderClassName
{
color: #C5BE36;
}
.AnyTagClassName
{
color: #C5BE36;
}
</style>
background-color css
<style>
a { background-color: #C5BE36; }
a { background-color: rgb(197,190,54); }
div.DivClassName
{
background-color: #C5BE36;
}
.BgClassName
{
background-color: #C5BE36;
}
</style>
border-color css
<style>
span { border-color: #C5BE36; }
span { border-color: rgb(197,190,54); }
td.TdClassName
{
border-color: #C5BE36;
}
.TagClassName
{
border-color: #C5BE36;
}
</style>