#C2B83B

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

Shades of Old Gold #C2B83B

Tints of Old Gold #C2B83B

Color information

#C2B83B (or 0xC2B83B) is unknown color: approx Old Gold. HEX triplet: C2, B8 and 3B. RGB value is (194,184,59). Sum of RGB (Red+Green+Blue) = 194+184+59=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B83B is #3D47C4. Grayscale: #ADADAD. Windows color (decimal): -4016069 or 3913922. OLE color: 3913922.

HSL color Cylindrical-coordinate representation of color #C2B83B: hue angle of 55.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2B83B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19418459-
CMYK00.050.700.24
HSL55.56º53.36%49.61%-
HSV(B)55.56º69.59%76.08%-
XYZ40.1846.0710.91-
YUV172.7463.81143.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 59 (23.44% from 255) = 13.50%
R=44.39%
G=42.11%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941845900.050.700.2455.5653.3649.61
HexC2B83B054618383532
Octal302270730510630706562
Binary11000010101110001110110101100011011000111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B83B; }

 p { color: rgb(194,184,59); }

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

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

 a { background-color: rgb(194,184,59); }

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

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

 span { border-color: rgb(194,184,59); }

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