#C4BE36

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

Shades of Old Gold #C4BE36

Tints of Old Gold #C4BE36

Color information

#C4BE36 (or 0xC4BE36) is unknown color: approx Old Gold. HEX triplet: C4, BE and 36. RGB value is (196,190,54). Sum of RGB (Red+Green+Blue) = 196+190+54=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE36 is #3B41C9. Grayscale: #B0B0B0. Windows color (decimal): -3883466 or 3587780. OLE color: 3587780.

HSL color Cylindrical-coordinate representation of color #C4BE36: hue angle of 57.46º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4BE36 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19619054-
CMYK00.030.720.23
HSL57.46º56.8%49.02%-
HSV(B)57.46º72.45%76.86%-
XYZ41.8448.8310.71-
YUV176.2958.99142.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 54 (21.48% from 255) = 12.27%
R=44.55%
G=43.18%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961905400.030.720.2357.4656.849.02
HexC4BE36034817393931
Octal304276660311027717161
Binary1100010010111110110110011100100010111111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE36; }

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

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

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

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

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

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

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

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