Shades of Old Gold #C2BE3E
Tints of Old Gold #C2BE3E
RGB
CMYK
RGB Variations
Color information
#C2BE3E (or 0xC2BE3E) is known color: Old Gold. HEX triplet: C2, BE and 3E. RGB value is (194,190,62). Sum of RGB (Red+Green+Blue) = 194+190+62=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE3E is #3D41C1. Grayscale: #B1B1B1. Windows color (decimal): -4014530 or 4112066. OLE color: 4112066.
HSL color Cylindrical-coordinate representation of color #C2BE3E: hue angle of 58.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2BE3E is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 62 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.24 |
| HSL | 58.18º | 0.52% | 0.5% | - |
| HSV(B) | 58.18º | 0.68% | 0.76% | - |
| XYZ | 41.53 | 48.64 | 11.76 | - |
| YUV | 176.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 62 | 0 | 0.02 | 0.68 | 0.24 | 58.18 | 0.52 | 0.5 |
| Hex | C2 | BE | 3E | 0 | 2 | 44 | 18 | 3A | 34 | 32 |
| Octal | 302 | 276 | 76 | 0 | 2 | 104 | 30 | 72 | 64 | 62 |
| Binary | 11000010 | 10111110 | 111110 | 0 | 10 | 1000100 | 11000 | 111010 | 110100 | 110010 |
Color Harmonies of #C2BE3E
Complementary color
Monochromatic Colors of #C2BE3E
Black with #C2BE3E
Text Example
Text Example
White with #C2BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE3E; }
p { color: rgb(194,190,62); }
H1.HeaderClassName
{
color: #C2BE3E;
}
.AnyTagClassName
{
color: #C2BE3E;
}
</style>
background-color css
<style>
a { background-color: #C2BE3E; }
a { background-color: rgb(194,190,62); }
div.DivClassName
{
background-color: #C2BE3E;
}
.BgClassName
{
background-color: #C2BE3E;
}
</style>
border-color css
<style>
span { border-color: #C2BE3E; }
span { border-color: rgb(194,190,62); }
td.TdClassName
{
border-color: #C2BE3E;
}
.TagClassName
{
border-color: #C2BE3E;
}
</style>