#C4BE32

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

Shades of Old Gold #C4BE32

Tints of Old Gold #C4BE32

Color information

#C4BE32 (or 0xC4BE32) is unknown color: approx Old Gold. HEX triplet: C4, BE and 32. RGB value is (196,190,50). Sum of RGB (Red+Green+Blue) = 196+190+50=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE32 is #3B41CD. Grayscale: #B0B0B0. Windows color (decimal): -3883470 or 3325636. OLE color: 3325636.

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

Color convert

RGB19619050-
CMYK00.030.740.23
HSL57.53º59.35%48.24%-
HSV(B)57.53º74.49%76.86%-
XYZ41.7548.7910.23-
YUV175.8356.99142.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 50 (19.92% from 255) = 11.47%
R=44.95%
G=43.58%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961905000.030.740.2357.5359.3548.24
HexC4BE32034A173a3b30
Octal304276620311227727360
Binary1100010010111110110010011100101010111111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE32; }

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

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

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

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

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

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

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

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