Shades of Old Gold #C4BC34
Tints of Old Gold #C4BC34
RGB
CMYK
RGB Variations
Color information
#C4BC34 (or 0xC4BC34) is known color: Old Gold. HEX triplet: C4, BC and 34. RGB value is (196,188,52). Sum of RGB (Red+Green+Blue) = 196+188+52=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC34 is #3B43CB. Grayscale: #AFAFAF. Windows color (decimal): -3883980 or 3456196. OLE color: 3456196.
HSL color Cylindrical-coordinate representation of color #C4BC34: hue angle of 56.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4BC34 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 52 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.23 |
| HSL | 56.67º | 0.58% | 0.49% | - |
| HSV(B) | 56.67º | 0.73% | 0.77% | - |
| XYZ | 41.37 | 47.95 | 10.32 | - |
| YUV | 174.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 52 | 0 | 0.04 | 0.73 | 0.23 | 56.67 | 0.58 | 0.49 |
| Hex | C4 | BC | 34 | 0 | 4 | 49 | 17 | 39 | 3A | 31 |
| Octal | 304 | 274 | 64 | 0 | 4 | 111 | 27 | 71 | 72 | 61 |
| Binary | 11000100 | 10111100 | 110100 | 0 | 100 | 1001001 | 10111 | 111001 | 111010 | 110001 |
Color Harmonies of #C4BC34
Complementary color
Monochromatic Colors of #C4BC34
Black with #C4BC34
Text Example
Text Example
White with #C4BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC34; }
p { color: rgb(196,188,52); }
H1.HeaderClassName
{
color: #C4BC34;
}
.AnyTagClassName
{
color: #C4BC34;
}
</style>
background-color css
<style>
a { background-color: #C4BC34; }
a { background-color: rgb(196,188,52); }
div.DivClassName
{
background-color: #C4BC34;
}
.BgClassName
{
background-color: #C4BC34;
}
</style>
border-color css
<style>
span { border-color: #C4BC34; }
span { border-color: rgb(196,188,52); }
td.TdClassName
{
border-color: #C4BC34;
}
.TagClassName
{
border-color: #C4BC34;
}
</style>