Shades of Old Gold #C5BB3E
Tints of Old Gold #C5BB3E
RGB
CMYK
RGB Variations
Color information
#C5BB3E (or 0xC5BB3E) is known color: Old Gold. HEX triplet: C5, BB and 3E. RGB value is (197,187,62). Sum of RGB (Red+Green+Blue) = 197+187+62=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB3E is #3A44C1. Grayscale: #B0B0B0. Windows color (decimal): -3818690 or 4111301. OLE color: 4111301.
HSL color Cylindrical-coordinate representation of color #C5BB3E: hue angle of 55.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5BB3E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 62 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.23 |
| HSL | 55.56º | 0.54% | 0.51% | - |
| HSV(B) | 55.56º | 0.69% | 0.77% | - |
| XYZ | 41.67 | 47.76 | 11.58 | - |
| YUV | 175.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 62 | 0 | 0.05 | 0.69 | 0.23 | 55.56 | 0.54 | 0.51 |
| Hex | C5 | BB | 3E | 0 | 5 | 45 | 17 | 38 | 36 | 33 |
| Octal | 305 | 273 | 76 | 0 | 5 | 105 | 27 | 70 | 66 | 63 |
| Binary | 11000101 | 10111011 | 111110 | 0 | 101 | 1000101 | 10111 | 111000 | 110110 | 110011 |
Color Harmonies of #C5BB3E
Complementary color
Monochromatic Colors of #C5BB3E
Black with #C5BB3E
Text Example
Text Example
White with #C5BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB3E; }
p { color: rgb(197,187,62); }
H1.HeaderClassName
{
color: #C5BB3E;
}
.AnyTagClassName
{
color: #C5BB3E;
}
</style>
background-color css
<style>
a { background-color: #C5BB3E; }
a { background-color: rgb(197,187,62); }
div.DivClassName
{
background-color: #C5BB3E;
}
.BgClassName
{
background-color: #C5BB3E;
}
</style>
border-color css
<style>
span { border-color: #C5BB3E; }
span { border-color: rgb(197,187,62); }
td.TdClassName
{
border-color: #C5BB3E;
}
.TagClassName
{
border-color: #C5BB3E;
}
</style>