#C5B82C

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

Shades of Old Gold #C5B82C

Tints of Old Gold #C5B82C

Color information

#C5B82C (or 0xC5B82C) is unknown color: approx Old Gold. HEX triplet: C5, B8 and 2C. RGB value is (197,184,44). Sum of RGB (Red+Green+Blue) = 197+184+44=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B82C is #3A47D3. Grayscale: #ACACAC. Windows color (decimal): -3819476 or 2930885. OLE color: 2930885.

HSL color Cylindrical-coordinate representation of color #C5B82C: hue angle of 54.9º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5B82C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19718444-
CMYK00.070.780.23
HSL54.9º63.49%47.25%-
HSV(B)54.9º77.66%77.25%-
XYZ40.6246.339.19-
YUV171.9355.81145.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 44 (17.58% from 255) = 10.35%
R=46.35%
G=43.29%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971844400.070.780.2354.963.4947.25
HexC5B82C074E17373f2f
Octal305270540711627677757
Binary11000101101110001011000111100111010111110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B82C; }

 p { color: rgb(197,184,44); }

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

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

 a { background-color: rgb(197,184,44); }

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

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

 span { border-color: rgb(197,184,44); }

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