Shades of Old Gold #C0BE30
Tints of Old Gold #C0BE30
RGB
CMYK
RGB Variations
Color information
#C0BE30 (or 0xC0BE30) is known color: Old Gold. HEX triplet: C0, BE and 30. RGB value is (192,190,48). Sum of RGB (Red+Green+Blue) = 192+190+48=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE30 is #3F41CF. Grayscale: #AEAEAE. Windows color (decimal): -4145616 or 3194560. OLE color: 3194560.
HSL color Cylindrical-coordinate representation of color #C0BE30: hue angle of 59.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0BE30 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 48 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.25 |
| HSL | 59.17º | 0.6% | 0.47% | - |
| HSV(B) | 59.17º | 0.75% | 0.75% | - |
| XYZ | 40.69 | 48.25 | 9.96 | - |
| YUV | 174.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 48 | 0 | 0.01 | 0.75 | 0.25 | 59.17 | 0.6 | 0.47 |
| Hex | C0 | BE | 30 | 0 | 1 | 4B | 19 | 3B | 3C | 2F |
| Octal | 300 | 276 | 60 | 0 | 1 | 113 | 31 | 73 | 74 | 57 |
| Binary | 11000000 | 10111110 | 110000 | 0 | 1 | 1001011 | 11001 | 111011 | 111100 | 101111 |
Color Harmonies of #C0BE30
Complementary color
Monochromatic Colors of #C0BE30
Black with #C0BE30
Text Example
Text Example
White with #C0BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE30; }
p { color: rgb(192,190,48); }
H1.HeaderClassName
{
color: #C0BE30;
}
.AnyTagClassName
{
color: #C0BE30;
}
</style>
background-color css
<style>
a { background-color: #C0BE30; }
a { background-color: rgb(192,190,48); }
div.DivClassName
{
background-color: #C0BE30;
}
.BgClassName
{
background-color: #C0BE30;
}
</style>
border-color css
<style>
span { border-color: #C0BE30; }
span { border-color: rgb(192,190,48); }
td.TdClassName
{
border-color: #C0BE30;
}
.TagClassName
{
border-color: #C0BE30;
}
</style>