#82917D

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

Shades of Spanish Green #82917D

Tints of Spanish Green #82917D

Color information

#82917D (or 0x82917D) is unknown color: approx Spanish Green. HEX triplet: 82, 91 and 7D. RGB value is (130,145,125). Sum of RGB (Red+Green+Blue) = 130+145+125=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #82917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82917D is #7D6E82. Grayscale: #8A8A8A. Windows color (decimal): -8220291 or 8229250. OLE color: 8229250.

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

Color convert

RGB130145125-
CMYK0.1000.140.43
HSL105º8.33%52.94%-
HSV(B)105º13.79%56.86%-
XYZ23.0326.4823.3-
YUV138.23120.53122.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=32.5%
G=36.25%
B=31.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451250.1000.140.431058.3352.94
Hex82917DA0E2B69835
Octal20222117512016531511065
Binary1000001010010001111110110100111010101111010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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