#C5B936

Color #C5B936 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C5B936

Tints of Old Gold #C5B936

Color information

#C5B936 (or 0xC5B936) is unknown color: approx Old Gold. HEX triplet: C5, B9 and 36. RGB value is (197,185,54). Sum of RGB (Red+Green+Blue) = 197+185+54=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B936 is #3A46C9. Grayscale: #AEAEAE. Windows color (decimal): -3819210 or 3586501. OLE color: 3586501.

HSL color Cylindrical-coordinate representation of color #C5B936: hue angle of 54.97º degrees, saturation: 0.57, 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 #C5B936 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19718554-
CMYK00.060.730.23
HSL54.97º56.97%49.22%-
HSV(B)54.97º72.59%77.25%-
XYZ41.0446.8310.37-
YUV173.6560.48144.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 54 (21.48% from 255) = 12.39%
R=45.18%
G=42.43%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971855400.060.730.2354.9756.9749.22
HexC5B936064917373931
Octal305271660611127677161
Binary11000101101110011101100110100100110111110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B936; }

 p { color: rgb(197,185,54); }

 H1.HeaderClassName
 {
   color: #C5B936;
 }
 .AnyTagClassName
 {
   color: #C5B936;
 }
</style>
background-color css

<style>
 a { background-color: #C5B936; }

 a { background-color: rgb(197,185,54); }

 div.DivClassName
 {
   background-color: #C5B936;
 }
 .BgClassName
 {
   background-color: #C5B936;
 }
</style>
border-color css

<style>
 span { border-color: #C5B936; }

 span { border-color: rgb(197,185,54); }

 td.TdClassName
 {
   border-color: #C5B936;
 }
 .TagClassName
 {
   border-color: #C5B936;
 }
</style>