#C3BC41

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

Shades of Old Gold #C3BC41

Tints of Old Gold #C3BC41

Color information

#C3BC41 (or 0xC3BC41) is unknown color: approx Old Gold. HEX triplet: C3, BC and 41. RGB value is (195,188,65). Sum of RGB (Red+Green+Blue) = 195+188+65=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC41 is #3C43BE. Grayscale: #B0B0B0. Windows color (decimal): -3949503 or 4308163. OLE color: 4308163.

HSL color Cylindrical-coordinate representation of color #C3BC41: hue angle of 56.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3BC41 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19518865-
CMYK00.040.670.24
HSL56.77º52%50.98%-
HSV(B)56.77º66.67%76.47%-
XYZ41.4447.9512.07-
YUV176.0765.32141.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 65 (25.78% from 255) = 14.51%
R=43.53%
G=41.96%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951886500.040.670.2456.775250.98
HexC3BC41044318393433
Octal3032741010410330716463
Binary110000111011110010000010100100001111000111001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC41; }

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

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

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

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

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

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

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

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