Shades of Old Gold #C5BE39
Tints of Old Gold #C5BE39
RGB
CMYK
RGB Variations
Color information
#C5BE39 (or 0xC5BE39) is known color: Old Gold. HEX triplet: C5, BE and 39. RGB value is (197,190,57). Sum of RGB (Red+Green+Blue) = 197+190+57=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE39 is #3A41C6. Grayscale: #B1B1B1. Windows color (decimal): -3817927 or 3784389. OLE color: 3784389.
HSL color Cylindrical-coordinate representation of color #C5BE39: hue angle of 57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5BE39 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 57 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.23 |
| HSL | 57º | 0.55% | 0.5% | - |
| HSV(B) | 57º | 0.71% | 0.77% | - |
| XYZ | 42.18 | 48.99 | 11.1 | - |
| YUV | 176.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 57 | 0 | 0.04 | 0.71 | 0.23 | 57 | 0.55 | 0.5 |
| Hex | C5 | BE | 39 | 0 | 4 | 47 | 17 | 39 | 37 | 32 |
| Octal | 305 | 276 | 71 | 0 | 4 | 107 | 27 | 71 | 67 | 62 |
| Binary | 11000101 | 10111110 | 111001 | 0 | 100 | 1000111 | 10111 | 111001 | 110111 | 110010 |
Color Harmonies of #C5BE39
Complementary color
Monochromatic Colors of #C5BE39
Black with #C5BE39
Text Example
Text Example
White with #C5BE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE39; }
p { color: rgb(197,190,57); }
H1.HeaderClassName
{
color: #C5BE39;
}
.AnyTagClassName
{
color: #C5BE39;
}
</style>
background-color css
<style>
a { background-color: #C5BE39; }
a { background-color: rgb(197,190,57); }
div.DivClassName
{
background-color: #C5BE39;
}
.BgClassName
{
background-color: #C5BE39;
}
</style>
border-color css
<style>
span { border-color: #C5BE39; }
span { border-color: rgb(197,190,57); }
td.TdClassName
{
border-color: #C5BE39;
}
.TagClassName
{
border-color: #C5BE39;
}
</style>