Shades of Old Gold #C1BC34
Tints of Old Gold #C1BC34
RGB
CMYK
RGB Variations
Color information
#C1BC34 (or 0xC1BC34) is known color: Old Gold. HEX triplet: C1, BC and 34. RGB value is (193,188,52). Sum of RGB (Red+Green+Blue) = 193+188+52=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC34 is #3E43CB. Grayscale: #AEAEAE. Windows color (decimal): -4080588 or 3456193. OLE color: 3456193.
HSL color Cylindrical-coordinate representation of color #C1BC34: hue angle of 57.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1BC34 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 52 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.24 |
| HSL | 57.87º | 0.58% | 0.48% | - |
| HSV(B) | 57.87º | 0.73% | 0.76% | - |
| XYZ | 40.6 | 47.55 | 10.29 | - |
| YUV | 173.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 52 | 0 | 0.03 | 0.73 | 0.24 | 57.87 | 0.58 | 0.48 |
| Hex | C1 | BC | 34 | 0 | 3 | 49 | 18 | 3A | 3A | 30 |
| Octal | 301 | 274 | 64 | 0 | 3 | 111 | 30 | 72 | 72 | 60 |
| Binary | 11000001 | 10111100 | 110100 | 0 | 11 | 1001001 | 11000 | 111010 | 111010 | 110000 |
Color Harmonies of #C1BC34
Complementary color
Monochromatic Colors of #C1BC34
Black with #C1BC34
Text Example
Text Example
White with #C1BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC34; }
p { color: rgb(193,188,52); }
H1.HeaderClassName
{
color: #C1BC34;
}
.AnyTagClassName
{
color: #C1BC34;
}
</style>
background-color css
<style>
a { background-color: #C1BC34; }
a { background-color: rgb(193,188,52); }
div.DivClassName
{
background-color: #C1BC34;
}
.BgClassName
{
background-color: #C1BC34;
}
</style>
border-color css
<style>
span { border-color: #C1BC34; }
span { border-color: rgb(193,188,52); }
td.TdClassName
{
border-color: #C1BC34;
}
.TagClassName
{
border-color: #C1BC34;
}
</style>