#C2BA32

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

Shades of Old Gold #C2BA32

Tints of Old Gold #C2BA32

Color information

#C2BA32 (or 0xC2BA32) is unknown color: approx Old Gold. HEX triplet: C2, BA and 32. RGB value is (194,186,50). Sum of RGB (Red+Green+Blue) = 194+186+50=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA32 is #3D45CD. Grayscale: #ADADAD. Windows color (decimal): -4015566 or 3324610. OLE color: 3324610.

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

Color convert

RGB19418650-
CMYK00.040.740.24
HSL56.67º59.02%47.84%-
HSV(B)56.67º74.23%76.08%-
XYZ40.3846.829.93-
YUV172.8958.65143.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 50 (19.92% from 255) = 11.63%
R=45.12%
G=43.26%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941865000.040.740.2456.6759.0247.84
HexC2BA32044A18393b30
Octal302272620411230717360
Binary11000010101110101100100100100101011000111001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA32; }

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

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

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

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

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

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

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

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