#C4BE42

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

Shades of Old Gold #C4BE42

Tints of Old Gold #C4BE42

Color information

#C4BE42 (or 0xC4BE42) is unknown color: approx Old Gold. HEX triplet: C4, BE and 42. RGB value is (196,190,66). Sum of RGB (Red+Green+Blue) = 196+190+66=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE42 is #3B41BD. Grayscale: #B2B2B2. Windows color (decimal): -3883454 or 4374212. OLE color: 4374212.

HSL color Cylindrical-coordinate representation of color #C4BE42: hue angle of 57.23º 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 #C4BE42 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19619066-
CMYK00.030.660.23
HSL57.23º52.42%51.37%-
HSV(B)57.23º66.33%76.86%-
XYZ42.1648.9612.38-
YUV177.6664.99141.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=43.36%
G=42.04%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961906600.030.660.2357.2352.4251.37
HexC4BE42034217393433
Octal3042761020310227716463
Binary11000100101111101000010011100001010111111001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE42; }

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

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

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

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

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

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

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

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