Shades of Old Gold #C5BE37
Tints of Old Gold #C5BE37
RGB
CMYK
RGB Variations
Color information
#C5BE37 (or 0xC5BE37) is known color: Old Gold. HEX triplet: C5, BE and 37. RGB value is (197,190,55). Sum of RGB (Red+Green+Blue) = 197+190+55=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE37 is #3A41C8. Grayscale: #B1B1B1. Windows color (decimal): -3817929 or 3653317. OLE color: 3653317.
HSL color Cylindrical-coordinate representation of color #C5BE37: hue angle of 57.04º 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 #C5BE37 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 55 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.23 |
| HSL | 57.04º | 0.56% | 0.49% | - |
| HSV(B) | 57.04º | 0.72% | 0.77% | - |
| XYZ | 42.13 | 48.97 | 10.85 | - |
| YUV | 176.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 55 | 0 | 0.04 | 0.72 | 0.23 | 57.04 | 0.56 | 0.49 |
| Hex | C5 | BE | 37 | 0 | 4 | 48 | 17 | 39 | 38 | 31 |
| Octal | 305 | 276 | 67 | 0 | 4 | 110 | 27 | 71 | 70 | 61 |
| Binary | 11000101 | 10111110 | 110111 | 0 | 100 | 1001000 | 10111 | 111001 | 111000 | 110001 |
Color Harmonies of #C5BE37
Complementary color
Monochromatic Colors of #C5BE37
Black with #C5BE37
Text Example
Text Example
White with #C5BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE37; }
p { color: rgb(197,190,55); }
H1.HeaderClassName
{
color: #C5BE37;
}
.AnyTagClassName
{
color: #C5BE37;
}
</style>
background-color css
<style>
a { background-color: #C5BE37; }
a { background-color: rgb(197,190,55); }
div.DivClassName
{
background-color: #C5BE37;
}
.BgClassName
{
background-color: #C5BE37;
}
</style>
border-color css
<style>
span { border-color: #C5BE37; }
span { border-color: rgb(197,190,55); }
td.TdClassName
{
border-color: #C5BE37;
}
.TagClassName
{
border-color: #C5BE37;
}
</style>