#82917A

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

Shades of Spanish Green #82917A

Tints of Spanish Green #82917A

Color information

#82917A (or 0x82917A) is unknown color: approx Spanish Green. HEX triplet: 82, 91 and 7A. RGB value is (130,145,122). Sum of RGB (Red+Green+Blue) = 130+145+122=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #82917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82917A is #7D6E85. Grayscale: #898989. Windows color (decimal): -8220294 or 8032642. OLE color: 8032642.

HSL color Cylindrical-coordinate representation of color #82917A: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82917A is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB130145122-
CMYK0.1000.160.43
HSL99.13º9.47%52.35%-
HSV(B)99.13º15.86%56.86%-
XYZ22.8426.422.3-
YUV137.89119.03122.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=32.75%
G=36.52%
B=30.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451220.1000.160.4399.139.4752.35
Hex82917AA0102B63934
Octal20222117212020531431164
Binary10000010100100011111010101001000010101111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82917A; }

 p { color: rgb(130,145,122); }

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

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

 a { background-color: rgb(130,145,122); }

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

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

 span { border-color: rgb(130,145,122); }

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