Shades of Old Gold #C2BE36
Tints of Old Gold #C2BE36
RGB
CMYK
RGB Variations
Color information
#C2BE36 (or 0xC2BE36) is known color: Old Gold. HEX triplet: C2, BE and 36. RGB value is (194,190,54). Sum of RGB (Red+Green+Blue) = 194+190+54=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE36 is #3D41C9. Grayscale: #B0B0B0. Windows color (decimal): -4014538 or 3587778. OLE color: 3587778.
HSL color Cylindrical-coordinate representation of color #C2BE36: hue angle of 58.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2BE36 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 54 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.24 |
| HSL | 58.29º | 0.56% | 0.49% | - |
| HSV(B) | 58.29º | 0.72% | 0.76% | - |
| XYZ | 41.33 | 48.56 | 10.69 | - |
| YUV | 175.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 54 | 0 | 0.02 | 0.72 | 0.24 | 58.29 | 0.56 | 0.49 |
| Hex | C2 | BE | 36 | 0 | 2 | 48 | 18 | 3A | 38 | 31 |
| Octal | 302 | 276 | 66 | 0 | 2 | 110 | 30 | 72 | 70 | 61 |
| Binary | 11000010 | 10111110 | 110110 | 0 | 10 | 1001000 | 11000 | 111010 | 111000 | 110001 |
Color Harmonies of #C2BE36
Complementary color
Monochromatic Colors of #C2BE36
Black with #C2BE36
Text Example
Text Example
White with #C2BE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE36; }
p { color: rgb(194,190,54); }
H1.HeaderClassName
{
color: #C2BE36;
}
.AnyTagClassName
{
color: #C2BE36;
}
</style>
background-color css
<style>
a { background-color: #C2BE36; }
a { background-color: rgb(194,190,54); }
div.DivClassName
{
background-color: #C2BE36;
}
.BgClassName
{
background-color: #C2BE36;
}
</style>
border-color css
<style>
span { border-color: #C2BE36; }
span { border-color: rgb(194,190,54); }
td.TdClassName
{
border-color: #C2BE36;
}
.TagClassName
{
border-color: #C2BE36;
}
</style>