#C4BD32

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

Shades of Old Gold #C4BD32

Tints of Old Gold #C4BD32

Color information

#C4BD32 (or 0xC4BD32) is unknown color: approx Old Gold. HEX triplet: C4, BD and 32. RGB value is (196,189,50). Sum of RGB (Red+Green+Blue) = 196+189+50=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BD32 is #3B42CD. Grayscale: #AFAFAF. Windows color (decimal): -3883726 or 3325380. OLE color: 3325380.

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

Color convert

RGB19618950-
CMYK00.040.740.23
HSL57.12º59.35%48.24%-
HSV(B)57.12º74.49%76.86%-
XYZ41.5448.3610.16-
YUV175.2557.32142.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 189 (74.22% from 255) = 43.45%
BLUE value IS 50 (19.92% from 255) = 11.49%
R=45.06%
G=43.45%
B=11.49%

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
Decimal1961895000.040.740.2357.1259.3548.24
HexC4BD32044A17393b30
Octal304275620411227717360
Binary11000100101111011100100100100101010111111001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD32; }

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

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

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

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

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

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

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

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