#C2BB32

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

Shades of Old Gold #C2BB32

Tints of Old Gold #C2BB32

Color information

#C2BB32 (or 0xC2BB32) is unknown color: approx Old Gold. HEX triplet: C2, BB and 32. RGB value is (194,187,50). Sum of RGB (Red+Green+Blue) = 194+187+50=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB32 is #3D44CD. Grayscale: #AEAEAE. Windows color (decimal): -4015310 or 3324866. OLE color: 3324866.

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

Color convert

RGB19418750-
CMYK00.040.740.24
HSL57.08º59.02%47.84%-
HSV(B)57.08º74.23%76.08%-
XYZ40.5947.2410-
YUV173.4758.32142.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 50 (19.92% from 255) = 11.60%
R=45.01%
G=43.39%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941875000.040.740.2457.0859.0247.84
HexC2BB32044A18393b30
Octal302273620411230717360
Binary11000010101110111100100100100101011000111001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB32; }

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

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

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

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

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

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

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

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