#C5BE40

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

Shades of Old Gold #C5BE40

Tints of Old Gold #C5BE40

Color information

#C5BE40 (or 0xC5BE40) is unknown color: approx Old Gold. HEX triplet: C5, BE and 40. RGB value is (197,190,64). Sum of RGB (Red+Green+Blue) = 197+190+64=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE40 is #3A41BF. Grayscale: #B2B2B2. Windows color (decimal): -3817920 or 4243141. OLE color: 4243141.

HSL color Cylindrical-coordinate representation of color #C5BE40: hue angle of 56.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5BE40 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19719064-
CMYK00.040.680.23
HSL56.84º53.41%51.18%-
HSV(B)56.84º67.51%77.25%-
XYZ42.3649.0712.09-
YUV177.7363.82141.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=43.68%
G=42.13%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971906400.040.680.2356.8453.4151.18
HexC5BE40044417393533
Octal3052761000410427716563
Binary110001011011111010000000100100010010111111001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE40; }

 p { color: rgb(197,190,64); }

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

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

 a { background-color: rgb(197,190,64); }

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

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

 span { border-color: rgb(197,190,64); }

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