Shades of Old Gold #C2BC36
Tints of Old Gold #C2BC36
RGB
CMYK
RGB Variations
Color information
#C2BC36 (or 0xC2BC36) is known color: Old Gold. HEX triplet: C2, BC and 36. RGB value is (194,188,54). Sum of RGB (Red+Green+Blue) = 194+188+54=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC36 is #3D43C9. Grayscale: #AFAFAF. Windows color (decimal): -4015050 or 3587266. OLE color: 3587266.
HSL color Cylindrical-coordinate representation of color #C2BC36: hue angle of 57.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2BC36 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 54 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.24 |
| HSL | 57.43º | 0.56% | 0.49% | - |
| HSV(B) | 57.43º | 0.72% | 0.76% | - |
| XYZ | 40.9 | 47.7 | 10.54 | - |
| YUV | 174.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 54 | 0 | 0.03 | 0.72 | 0.24 | 57.43 | 0.56 | 0.49 |
| Hex | C2 | BC | 36 | 0 | 3 | 48 | 18 | 39 | 38 | 31 |
| Octal | 302 | 274 | 66 | 0 | 3 | 110 | 30 | 71 | 70 | 61 |
| Binary | 11000010 | 10111100 | 110110 | 0 | 11 | 1001000 | 11000 | 111001 | 111000 | 110001 |
Color Harmonies of #C2BC36
Complementary color
Monochromatic Colors of #C2BC36
Black with #C2BC36
Text Example
Text Example
White with #C2BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC36; }
p { color: rgb(194,188,54); }
H1.HeaderClassName
{
color: #C2BC36;
}
.AnyTagClassName
{
color: #C2BC36;
}
</style>
background-color css
<style>
a { background-color: #C2BC36; }
a { background-color: rgb(194,188,54); }
div.DivClassName
{
background-color: #C2BC36;
}
.BgClassName
{
background-color: #C2BC36;
}
</style>
border-color css
<style>
span { border-color: #C2BC36; }
span { border-color: rgb(194,188,54); }
td.TdClassName
{
border-color: #C2BC36;
}
.TagClassName
{
border-color: #C2BC36;
}
</style>