#82927D

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

Shades of Spanish Green #82927D

Tints of Spanish Green #82927D

Color information

#82927D (or 0x82927D) is unknown color: approx Spanish Green. HEX triplet: 82, 92 and 7D. RGB value is (130,146,125). Sum of RGB (Red+Green+Blue) = 130+146+125=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #82927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82927D is #7D6D82. Grayscale: #8A8A8A. Windows color (decimal): -8220035 or 8229506. OLE color: 8229506.

HSL color Cylindrical-coordinate representation of color #82927D: hue angle of 105.71º degrees, saturation: 0.09, 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 #82927D is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB130146125-
CMYK0.1100.140.43
HSL105.71º8.79%53.14%-
HSV(B)105.71º14.38%57.25%-
XYZ23.1926.7823.35-
YUV138.82120.2121.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=32.42%
G=36.41%
B=31.17%

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
Decimal1301461250.1100.140.43105.718.7953.14
Hex82927DB0E2B6a935
Octal20222217513016531521165
Binary1000001010010010111110110110111010101111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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