Shades of Old Gold #C0BE34
Tints of Old Gold #C0BE34
RGB
CMYK
RGB Variations
Color information
#C0BE34 (or 0xC0BE34) is known color: Old Gold. HEX triplet: C0, BE and 34. RGB value is (192,190,52). Sum of RGB (Red+Green+Blue) = 192+190+52=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE34 is #3F41CB. Grayscale: #AFAFAF. Windows color (decimal): -4145612 or 3456704. OLE color: 3456704.
HSL color Cylindrical-coordinate representation of color #C0BE34: hue angle of 59.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0BE34 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 52 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.25 |
| HSL | 59.14º | 0.57% | 0.48% | - |
| HSV(B) | 59.14º | 0.73% | 0.75% | - |
| XYZ | 40.77 | 48.28 | 10.42 | - |
| YUV | 174.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 52 | 0 | 0.01 | 0.73 | 0.25 | 59.14 | 0.57 | 0.48 |
| Hex | C0 | BE | 34 | 0 | 1 | 49 | 19 | 3B | 39 | 30 |
| Octal | 300 | 276 | 64 | 0 | 1 | 111 | 31 | 73 | 71 | 60 |
| Binary | 11000000 | 10111110 | 110100 | 0 | 1 | 1001001 | 11001 | 111011 | 111001 | 110000 |
Color Harmonies of #C0BE34
Complementary color
Monochromatic Colors of #C0BE34
Black with #C0BE34
Text Example
Text Example
White with #C0BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE34; }
p { color: rgb(192,190,52); }
H1.HeaderClassName
{
color: #C0BE34;
}
.AnyTagClassName
{
color: #C0BE34;
}
</style>
background-color css
<style>
a { background-color: #C0BE34; }
a { background-color: rgb(192,190,52); }
div.DivClassName
{
background-color: #C0BE34;
}
.BgClassName
{
background-color: #C0BE34;
}
</style>
border-color css
<style>
span { border-color: #C0BE34; }
span { border-color: rgb(192,190,52); }
td.TdClassName
{
border-color: #C0BE34;
}
.TagClassName
{
border-color: #C0BE34;
}
</style>