#C3BD3E

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

Shades of Old Gold #C3BD3E

Tints of Old Gold #C3BD3E

Color information

#C3BD3E (or 0xC3BD3E) is unknown color: approx Old Gold. HEX triplet: C3, BD and 3E. RGB value is (195,189,62). Sum of RGB (Red+Green+Blue) = 195+189+62=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD3E is #3C42C1. Grayscale: #B0B0B0. Windows color (decimal): -3949250 or 4111811. OLE color: 4111811.

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

Color convert

RGB19518962-
CMYK00.030.680.24
HSL57.29º52.57%50.39%-
HSV(B)57.29º68.21%76.47%-
XYZ41.5748.3511.7-
YUV176.3263.49141.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 62 (24.61% from 255) = 13.90%
R=43.72%
G=42.38%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951896200.030.680.2457.2952.5750.39
HexC3BD3E034418393532
Octal303275760310430716562
Binary1100001110111101111110011100010011000111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD3E; }

 p { color: rgb(195,189,62); }

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

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

 a { background-color: rgb(195,189,62); }

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

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

 span { border-color: rgb(195,189,62); }

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