Shades of Old Gold #C1BC39
Tints of Old Gold #C1BC39
RGB
CMYK
RGB Variations
Color information
#C1BC39 (or 0xC1BC39) is known color: Old Gold. HEX triplet: C1, BC and 39. RGB value is (193,188,57). Sum of RGB (Red+Green+Blue) = 193+188+57=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC39 is #3E43C6. Grayscale: #AFAFAF. Windows color (decimal): -4080583 or 3783873. OLE color: 3783873.
HSL color Cylindrical-coordinate representation of color #C1BC39: hue angle of 57.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1BC39 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 57 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.24 |
| HSL | 57.79º | 0.54% | 0.49% | - |
| HSV(B) | 57.79º | 0.7% | 0.76% | - |
| XYZ | 40.71 | 47.6 | 10.91 | - |
| YUV | 174.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 57 | 0 | 0.03 | 0.70 | 0.24 | 57.79 | 0.54 | 0.49 |
| Hex | C1 | BC | 39 | 0 | 3 | 46 | 18 | 3A | 36 | 31 |
| Octal | 301 | 274 | 71 | 0 | 3 | 106 | 30 | 72 | 66 | 61 |
| Binary | 11000001 | 10111100 | 111001 | 0 | 11 | 1000110 | 11000 | 111010 | 110110 | 110001 |
Color Harmonies of #C1BC39
Complementary color
Monochromatic Colors of #C1BC39
Black with #C1BC39
Text Example
Text Example
White with #C1BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC39; }
p { color: rgb(193,188,57); }
H1.HeaderClassName
{
color: #C1BC39;
}
.AnyTagClassName
{
color: #C1BC39;
}
</style>
background-color css
<style>
a { background-color: #C1BC39; }
a { background-color: rgb(193,188,57); }
div.DivClassName
{
background-color: #C1BC39;
}
.BgClassName
{
background-color: #C1BC39;
}
</style>
border-color css
<style>
span { border-color: #C1BC39; }
span { border-color: rgb(193,188,57); }
td.TdClassName
{
border-color: #C1BC39;
}
.TagClassName
{
border-color: #C1BC39;
}
</style>