#C5BE3E

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

Shades of Old Gold #C5BE3E

Tints of Old Gold #C5BE3E

Color information

#C5BE3E (or 0xC5BE3E) is unknown color: approx Old Gold. HEX triplet: C5, BE and 3E. RGB value is (197,190,62). Sum of RGB (Red+Green+Blue) = 197+190+62=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE3E is #3A41C1. Grayscale: #B2B2B2. Windows color (decimal): -3817922 or 4112069. OLE color: 4112069.

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

Color convert

RGB19719062-
CMYK00.040.690.23
HSL56.89º53.78%50.78%-
HSV(B)56.89º68.53%77.25%-
XYZ42.3149.0511.79-
YUV177.562.82141.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 62 (24.61% from 255) = 13.81%
R=43.88%
G=42.32%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971906200.040.690.2356.8953.7850.78
HexC5BE3E044517393633
Octal305276760410527716663
Binary11000101101111101111100100100010110111111001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE3E; }

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

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

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

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

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

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

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

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