#C4BC42

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

Shades of Old Gold #C4BC42

Tints of Old Gold #C4BC42

Color information

#C4BC42 (or 0xC4BC42) is unknown color: approx Old Gold. HEX triplet: C4, BC and 42. RGB value is (196,188,66). Sum of RGB (Red+Green+Blue) = 196+188+66=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC42 is #3B43BD. Grayscale: #B0B0B0. Windows color (decimal): -3883966 or 4373700. OLE color: 4373700.

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

Color convert

RGB19618866-
CMYK00.040.660.23
HSL56.31º52.42%51.37%-
HSV(B)56.31º66.33%76.86%-
XYZ41.7348.112.24-
YUV176.4865.65141.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 66 (26.17% from 255) = 14.67%
R=43.56%
G=41.78%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961886600.040.660.2356.3152.4251.37
HexC4BC42044217383433
Octal3042741020410227706463
Binary110001001011110010000100100100001010111111000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC42; }

 p { color: rgb(196,188,66); }

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

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

 a { background-color: rgb(196,188,66); }

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

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

 span { border-color: rgb(196,188,66); }

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