#C1B93B

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

Shades of Old Gold #C1B93B

Tints of Old Gold #C1B93B

Color information

#C1B93B (or 0xC1B93B) is unknown color: approx Old Gold. HEX triplet: C1, B9 and 3B. RGB value is (193,185,59). Sum of RGB (Red+Green+Blue) = 193+185+59=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B93B is #3E46C4. Grayscale: #ADADAD. Windows color (decimal): -4081349 or 3914177. OLE color: 3914177.

HSL color Cylindrical-coordinate representation of color #C1B93B: hue angle of 56.42º 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 #C1B93B is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19318559-
CMYK00.040.690.24
HSL56.42º53.17%49.41%-
HSV(B)56.42º69.43%75.69%-
XYZ40.1346.3510.97-
YUV173.0363.65142.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 59 (23.44% from 255) = 13.50%
R=44.16%
G=42.33%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931855900.040.690.2456.4253.1749.41
HexC1B93B044518383531
Octal301271730410530706561
Binary11000001101110011110110100100010111000111000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B93B; }

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

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

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

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

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

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

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

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