#C2BA3E

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

Shades of Old Gold #C2BA3E

Tints of Old Gold #C2BA3E

Color information

#C2BA3E (or 0xC2BA3E) is unknown color: approx Old Gold. HEX triplet: C2, BA and 3E. RGB value is (194,186,62). Sum of RGB (Red+Green+Blue) = 194+186+62=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA3E is #3D45C1. Grayscale: #AEAEAE. Windows color (decimal): -4015554 or 4111042. OLE color: 4111042.

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

Color convert

RGB19418662-
CMYK00.040.680.24
HSL56.36º51.97%50.2%-
HSV(B)56.36º68.04%76.08%-
XYZ40.6846.9311.47-
YUV174.2664.65142.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=43.89%
G=42.08%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941866200.040.680.2456.3651.9750.2
HexC2BA3E044418383432
Octal302272760410430706462
Binary11000010101110101111100100100010011000111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA3E; }

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

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

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

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

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

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

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

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