#C5BF47

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

Shades of Old Gold #C5BF47

Tints of Old Gold #C5BF47

Color information

#C5BF47 (or 0xC5BF47) is unknown color: approx Old Gold. HEX triplet: C5, BF and 47. RGB value is (197,191,71). Sum of RGB (Red+Green+Blue) = 197+191+71=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF47 is #3A40B8. Grayscale: #B3B3B3. Windows color (decimal): -3817657 or 4702149. OLE color: 4702149.

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

Color convert

RGB19719171-
CMYK00.030.640.23
HSL57.14º52.07%52.55%-
HSV(B)57.14º63.96%77.25%-
XYZ42.7949.5913.28-
YUV179.1166.99140.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 71 (28.12% from 255) = 15.47%
R=42.92%
G=41.61%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971917100.030.640.2357.1452.0752.55
HexC5BF47034017393435
Octal3052771070310027716465
Binary11000101101111111000111011100000010111111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF47; }

 p { color: rgb(197,191,71); }

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

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

 a { background-color: rgb(197,191,71); }

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

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

 span { border-color: rgb(197,191,71); }

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