#C3BD3C

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

Shades of Old Gold #C3BD3C

Tints of Old Gold #C3BD3C

Color information

#C3BD3C (or 0xC3BD3C) is unknown color: approx Old Gold. HEX triplet: C3, BD and 3C. RGB value is (195,189,60). Sum of RGB (Red+Green+Blue) = 195+189+60=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD3C is #3C42C3. Grayscale: #B0B0B0. Windows color (decimal): -3949252 or 3980739. OLE color: 3980739.

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

Color convert

RGB19518960-
CMYK00.030.690.24
HSL57.33º52.94%50%-
HSV(B)57.33º69.23%76.47%-
XYZ41.5248.3211.41-
YUV176.0962.49141.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 60 (23.83% from 255) = 13.51%
R=43.92%
G=42.57%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951896000.030.690.2457.3352.9450
HexC3BD3C034518393532
Octal303275740310530716562
Binary1100001110111101111100011100010111000111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD3C; }

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

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

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

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

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

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

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

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