#C1BA39

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

Shades of Old Gold #C1BA39

Tints of Old Gold #C1BA39

Color information

#C1BA39 (or 0xC1BA39) is unknown color: approx Old Gold. HEX triplet: C1, BA and 39. RGB value is (193,186,57). Sum of RGB (Red+Green+Blue) = 193+186+57=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA39 is #3E45C6. Grayscale: #ADADAD. Windows color (decimal): -4081095 or 3783361. OLE color: 3783361.

HSL color Cylindrical-coordinate representation of color #C1BA39: hue angle of 56.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1BA39 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19318657-
CMYK00.040.700.24
HSL56.91º54.4%49.02%-
HSV(B)56.91º70.47%75.69%-
XYZ40.2946.7510.77-
YUV173.3962.32141.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 57 (22.66% from 255) = 13.07%
R=44.27%
G=42.66%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931865700.040.700.2456.9154.449.02
HexC1BA39044618393631
Octal301272710410630716661
Binary11000001101110101110010100100011011000111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA39; }

 p { color: rgb(193,186,57); }

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

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

 a { background-color: rgb(193,186,57); }

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

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

 span { border-color: rgb(193,186,57); }

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