#82927C

Color #82927C Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #82927C

Tints of Spanish Green #82927C

Color information

#82927C (or 0x82927C) is unknown color: approx Spanish Green. HEX triplet: 82, 92 and 7C. RGB value is (130,146,124). Sum of RGB (Red+Green+Blue) = 130+146+124=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #82927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82927C is #7D6D83. Grayscale: #8A8A8A. Windows color (decimal): -8220036 or 8163970. OLE color: 8163970.

HSL color Cylindrical-coordinate representation of color #82927C: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82927C is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB130146124-
CMYK0.1100.150.43
HSL103.64º9.17%52.94%-
HSV(B)103.64º15.07%57.25%-
XYZ23.1226.7623.02-
YUV138.71119.7121.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 124 (48.83% from 255) = 31%
R=32.5%
G=36.5%
B=31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461240.1100.150.43103.649.1752.94
Hex82927CB0F2B68935
Octal20222217413017531501165
Binary1000001010010010111110010110111110101111010001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82927C; }

 p { color: rgb(130,146,124); }

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

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

 a { background-color: rgb(130,146,124); }

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

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

 span { border-color: rgb(130,146,124); }

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