#C5BE33

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

Shades of Old Gold #C5BE33

Tints of Old Gold #C5BE33

Color information

#C5BE33 (or 0xC5BE33) is unknown color: approx Old Gold. HEX triplet: C5, BE and 33. RGB value is (197,190,51). Sum of RGB (Red+Green+Blue) = 197+190+51=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE33 is #3A41CC. Grayscale: #B0B0B0. Windows color (decimal): -3817933 or 3391173. OLE color: 3391173.

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

Color convert

RGB19719051-
CMYK00.040.740.23
HSL57.12º58.87%48.63%-
HSV(B)57.12º74.11%77.25%-
XYZ42.0448.9410.36-
YUV176.2557.32142.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 51 (20.31% from 255) = 11.64%
R=44.98%
G=43.38%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971905100.040.740.2357.1258.8748.63
HexC5BE33044A17393b31
Octal305276630411227717361
Binary11000101101111101100110100100101010111111001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE33; }

 p { color: rgb(197,190,51); }

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

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

 a { background-color: rgb(197,190,51); }

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

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

 span { border-color: rgb(197,190,51); }

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