#C2BD33

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

Shades of Old Gold #C2BD33

Tints of Old Gold #C2BD33

Color information

#C2BD33 (or 0xC2BD33) is unknown color: approx Old Gold. HEX triplet: C2, BD and 33. RGB value is (194,189,51). Sum of RGB (Red+Green+Blue) = 194+189+51=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD33 is #3D42CC. Grayscale: #AFAFAF. Windows color (decimal): -4014797 or 3390914. OLE color: 3390914.

HSL color Cylindrical-coordinate representation of color #C2BD33: hue angle of 57.9º degrees, saturation: 0.58, 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 #C2BD33 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19418951-
CMYK00.030.740.24
HSL57.9º58.37%48.04%-
HSV(B)57.9º73.71%76.08%-
XYZ41.0448.110.25-
YUV174.7658.16141.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 51 (20.31% from 255) = 11.75%
R=44.70%
G=43.55%
B=11.75%

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
Decimal1941895100.030.740.2457.958.3748.04
HexC2BD33034A183a3a30
Octal302275630311230727260
Binary1100001010111101110011011100101011000111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD33; }

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

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

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

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

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

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

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

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