#C1B73B

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

Shades of Old Gold #C1B73B

Tints of Old Gold #C1B73B

Color information

#C1B73B (or 0xC1B73B) is unknown color: approx Old Gold. HEX triplet: C1, B7 and 3B. RGB value is (193,183,59). Sum of RGB (Red+Green+Blue) = 193+183+59=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B73B is #3E48C4. Grayscale: #ACACAC. Windows color (decimal): -4081861 or 3913665. OLE color: 3913665.

HSL color Cylindrical-coordinate representation of color #C1B73B: hue angle of 55.52º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1B73B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19318359-
CMYK00.050.690.24
HSL55.52º53.17%49.41%-
HSV(B)55.52º69.43%75.69%-
XYZ39.7245.5210.83-
YUV171.8564.31143.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 59 (23.44% from 255) = 13.56%
R=44.37%
G=42.07%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931835900.050.690.2455.5253.1749.41
HexC1B73B054518383531
Octal301267730510530706561
Binary11000001101101111110110101100010111000111000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B73B; }

 p { color: rgb(193,183,59); }

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

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

 a { background-color: rgb(193,183,59); }

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

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

 span { border-color: rgb(193,183,59); }

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