#C2BB3E

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

Shades of Old Gold #C2BB3E

Tints of Old Gold #C2BB3E

Color information

#C2BB3E (or 0xC2BB3E) is unknown color: approx Old Gold. HEX triplet: C2, BB and 3E. RGB value is (194,187,62). Sum of RGB (Red+Green+Blue) = 194+187+62=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB3E is #3D44C1. Grayscale: #AFAFAF. Windows color (decimal): -4015298 or 4111298. OLE color: 4111298.

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

Color convert

RGB19418762-
CMYK00.040.680.24
HSL56.82º51.97%50.2%-
HSV(B)56.82º68.04%76.08%-
XYZ40.8947.3611.54-
YUV174.8464.32141.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 62 (24.61% from 255) = 14.00%
R=43.79%
G=42.21%
B=14.00%

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
Decimal1941876200.040.680.2456.8251.9750.2
HexC2BB3E044418393432
Octal302273760410430716462
Binary11000010101110111111100100100010011000111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB3E; }

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

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

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

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

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

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

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

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