#C3BC3C

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

Shades of Old Gold #C3BC3C

Tints of Old Gold #C3BC3C

Color information

#C3BC3C (or 0xC3BC3C) is unknown color: approx Old Gold. HEX triplet: C3, BC and 3C. RGB value is (195,188,60). Sum of RGB (Red+Green+Blue) = 195+188+60=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC3C is #3C43C3. Grayscale: #B0B0B0. Windows color (decimal): -3949508 or 3980483. OLE color: 3980483.

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

Color convert

RGB19518860-
CMYK00.040.690.24
HSL56.89º52.94%50%-
HSV(B)56.89º69.23%76.47%-
XYZ41.347.8911.34-
YUV175.562.82141.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 60 (23.83% from 255) = 13.54%
R=44.02%
G=42.44%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951886000.040.690.2456.8952.9450
HexC3BC3C044518393532
Octal303274740410530716562
Binary11000011101111001111000100100010111000111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC3C; }

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

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

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

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

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

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

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

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