#C4BE31

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

Shades of Old Gold #C4BE31

Tints of Old Gold #C4BE31

Color information

#C4BE31 (or 0xC4BE31) is unknown color: approx Old Gold. HEX triplet: C4, BE and 31. RGB value is (196,190,49). Sum of RGB (Red+Green+Blue) = 196+190+49=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE31 is #3B41CE. Grayscale: #B0B0B0. Windows color (decimal): -3883471 or 3260100. OLE color: 3260100.

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

Color convert

RGB19619049-
CMYK00.030.750.23
HSL57.55º60%48.04%-
HSV(B)57.55º75%76.86%-
XYZ41.7348.7810.12-
YUV175.7256.49142.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 49 (19.53% from 255) = 11.26%
R=45.06%
G=43.68%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961904900.030.750.2357.556048.04
HexC4BE31034B173a3c30
Octal304276610311327727460
Binary1100010010111110110001011100101110111111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE31; }

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

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

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

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

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

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

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

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