Shades of Old Gold #C0BE33
Tints of Old Gold #C0BE33
RGB
CMYK
RGB Variations
Color information
#C0BE33 (or 0xC0BE33) is known color: Old Gold. HEX triplet: C0, BE and 33. RGB value is (192,190,51). Sum of RGB (Red+Green+Blue) = 192+190+51=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE33 is #3F41CC. Grayscale: #AFAFAF. Windows color (decimal): -4145613 or 3391168. OLE color: 3391168.
HSL color Cylindrical-coordinate representation of color #C0BE33: hue angle of 59.15º degrees, saturation: 0.58, 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 #C0BE33 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 51 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.25 |
| HSL | 59.15º | 0.58% | 0.48% | - |
| HSV(B) | 59.15º | 0.73% | 0.75% | - |
| XYZ | 40.75 | 48.27 | 10.3 | - |
| YUV | 174.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 51 | 0 | 0.01 | 0.73 | 0.25 | 59.15 | 0.58 | 0.48 |
| Hex | C0 | BE | 33 | 0 | 1 | 49 | 19 | 3B | 3A | 30 |
| Octal | 300 | 276 | 63 | 0 | 1 | 111 | 31 | 73 | 72 | 60 |
| Binary | 11000000 | 10111110 | 110011 | 0 | 1 | 1001001 | 11001 | 111011 | 111010 | 110000 |
Color Harmonies of #C0BE33
Complementary color
Monochromatic Colors of #C0BE33
Black with #C0BE33
Text Example
Text Example
White with #C0BE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE33; }
p { color: rgb(192,190,51); }
H1.HeaderClassName
{
color: #C0BE33;
}
.AnyTagClassName
{
color: #C0BE33;
}
</style>
background-color css
<style>
a { background-color: #C0BE33; }
a { background-color: rgb(192,190,51); }
div.DivClassName
{
background-color: #C0BE33;
}
.BgClassName
{
background-color: #C0BE33;
}
</style>
border-color css
<style>
span { border-color: #C0BE33; }
span { border-color: rgb(192,190,51); }
td.TdClassName
{
border-color: #C0BE33;
}
.TagClassName
{
border-color: #C0BE33;
}
</style>