#C2BD32

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

Shades of Old Gold #C2BD32

Tints of Old Gold #C2BD32

Color information

#C2BD32 (or 0xC2BD32) is unknown color: approx Old Gold. HEX triplet: C2, BD and 32. RGB value is (194,189,50). Sum of RGB (Red+Green+Blue) = 194+189+50=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD32 is #3D42CD. Grayscale: #AFAFAF. Windows color (decimal): -4014798 or 3325378. OLE color: 3325378.

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

Color convert

RGB19418950-
CMYK00.030.740.24
HSL57.92º59.02%47.84%-
HSV(B)57.92º74.23%76.08%-
XYZ41.0248.0910.14-
YUV174.6557.66141.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=44.80%
G=43.65%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941895000.030.740.2457.9259.0247.84
HexC2BD32034A183a3b30
Octal302275620311230727360
Binary1100001010111101110010011100101011000111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD32; }

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

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

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

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

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

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

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

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