#C3BC34

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

Shades of Old Gold #C3BC34

Tints of Old Gold #C3BC34

Color information

#C3BC34 (or 0xC3BC34) is unknown color: approx Old Gold. HEX triplet: C3, BC and 34. RGB value is (195,188,52). Sum of RGB (Red+Green+Blue) = 195+188+52=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC34 is #3C43CB. Grayscale: #AFAFAF. Windows color (decimal): -3949516 or 3456195. OLE color: 3456195.

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

Color convert

RGB19518852-
CMYK00.040.730.24
HSL57.06º57.89%48.43%-
HSV(B)57.06º73.33%76.47%-
XYZ41.1147.8210.31-
YUV174.5958.82142.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 52 (20.70% from 255) = 11.95%
R=44.83%
G=43.22%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951885200.040.730.2457.0657.8948.43
HexC3BC34044918393a30
Octal303274640411130717260
Binary11000011101111001101000100100100111000111001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC34; }

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

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

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

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

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

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

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

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