#C2BD39

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

Shades of Old Gold #C2BD39

Tints of Old Gold #C2BD39

Color information

#C2BD39 (or 0xC2BD39) is unknown color: approx Old Gold. HEX triplet: C2, BD and 39. RGB value is (194,189,57). Sum of RGB (Red+Green+Blue) = 194+189+57=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD39 is #3D42C6. Grayscale: #AFAFAF. Windows color (decimal): -4014791 or 3784130. OLE color: 3784130.

HSL color Cylindrical-coordinate representation of color #C2BD39: hue angle of 57.81º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2BD39 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19418957-
CMYK00.030.710.24
HSL57.81º54.58%49.22%-
HSV(B)57.81º70.62%76.08%-
XYZ41.1848.1611-
YUV175.4561.16141.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 57 (22.66% from 255) = 12.95%
R=44.09%
G=42.95%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941895700.030.710.2457.8154.5849.22
HexC2BD390347183a3731
Octal302275710310730726761
Binary1100001010111101111001011100011111000111010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD39; }

 p { color: rgb(194,189,57); }

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

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

 a { background-color: rgb(194,189,57); }

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

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

 span { border-color: rgb(194,189,57); }

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