#82927E

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

Shades of Spanish Green #82927E

Tints of Spanish Green #82927E

Color information

#82927E (or 0x82927E) is unknown color: approx Spanish Green. HEX triplet: 82, 92 and 7E. RGB value is (130,146,126). Sum of RGB (Red+Green+Blue) = 130+146+126=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #82927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82927E is #7D6D81. Grayscale: #8B8B8B. Windows color (decimal): -8220034 or 8295042. OLE color: 8295042.

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

Color convert

RGB130146126-
CMYK0.1100.140.43
HSL108º8.4%53.33%-
HSV(B)108º13.7%57.25%-
XYZ23.2526.8123.69-
YUV138.94120.7121.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=32.34%
G=36.32%
B=31.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461260.1100.140.431088.453.33
Hex82927EB0E2B6c835
Octal20222217613016531541065
Binary1000001010010010111111010110111010101111011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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