#C2BA35

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

Shades of Old Gold #C2BA35

Tints of Old Gold #C2BA35

Color information

#C2BA35 (or 0xC2BA35) is unknown color: approx Old Gold. HEX triplet: C2, BA and 35. RGB value is (194,186,53). Sum of RGB (Red+Green+Blue) = 194+186+53=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA35 is #3D45CA. Grayscale: #ADADAD. Windows color (decimal): -4015563 or 3521218. OLE color: 3521218.

HSL color Cylindrical-coordinate representation of color #C2BA35: hue angle of 56.6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2BA35 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19418653-
CMYK00.040.730.24
HSL56.6º57.09%48.43%-
HSV(B)56.6º72.68%76.08%-
XYZ40.4546.8410.28-
YUV173.2360.15142.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=44.80%
G=42.96%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941865300.040.730.2456.657.0948.43
HexC2BA35044918393930
Octal302272650411130717160
Binary11000010101110101101010100100100111000111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA35; }

 p { color: rgb(194,186,53); }

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

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

 a { background-color: rgb(194,186,53); }

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

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

 span { border-color: rgb(194,186,53); }

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