Shades of Old Gold #C3BC30
Tints of Old Gold #C3BC30
RGB
CMYK
RGB Variations
Color information
#C3BC30 (or 0xC3BC30) is known color: Old Gold. HEX triplet: C3, BC and 30. RGB value is (195,188,48). Sum of RGB (Red+Green+Blue) = 195+188+48=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC30 is #3C43CF. Grayscale: #AEAEAE. Windows color (decimal): -3949520 or 3194051. OLE color: 3194051.
HSL color Cylindrical-coordinate representation of color #C3BC30: hue angle of 57.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3BC30 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 48 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.24 |
| HSL | 57.14º | 0.6% | 0.48% | - |
| HSV(B) | 57.14º | 0.75% | 0.76% | - |
| XYZ | 41.02 | 47.78 | 9.86 | - |
| YUV | 174.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 48 | 0 | 0.04 | 0.75 | 0.24 | 57.14 | 0.6 | 0.48 |
| Hex | C3 | BC | 30 | 0 | 4 | 4B | 18 | 39 | 3C | 30 |
| Octal | 303 | 274 | 60 | 0 | 4 | 113 | 30 | 71 | 74 | 60 |
| Binary | 11000011 | 10111100 | 110000 | 0 | 100 | 1001011 | 11000 | 111001 | 111100 | 110000 |
Color Harmonies of #C3BC30
Complementary color
Monochromatic Colors of #C3BC30
Black with #C3BC30
Text Example
Text Example
White with #C3BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC30; }
p { color: rgb(195,188,48); }
H1.HeaderClassName
{
color: #C3BC30;
}
.AnyTagClassName
{
color: #C3BC30;
}
</style>
background-color css
<style>
a { background-color: #C3BC30; }
a { background-color: rgb(195,188,48); }
div.DivClassName
{
background-color: #C3BC30;
}
.BgClassName
{
background-color: #C3BC30;
}
</style>
border-color css
<style>
span { border-color: #C3BC30; }
span { border-color: rgb(195,188,48); }
td.TdClassName
{
border-color: #C3BC30;
}
.TagClassName
{
border-color: #C3BC30;
}
</style>