#82897D

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

Shades of Spanish Green #82897D

Tints of Spanish Green #82897D

Color information

#82897D (or 0x82897D) is unknown color: approx Spanish Green. HEX triplet: 82, 89 and 7D. RGB value is (130,137,125). Sum of RGB (Red+Green+Blue) = 130+137+125=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #82897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82897D is #7D7682. Grayscale: #858585. Windows color (decimal): -8222339 or 8227202. OLE color: 8227202.

HSL color Cylindrical-coordinate representation of color #82897D: hue angle of 95º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #82897D is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB130137125-
CMYK0.0500.090.46
HSL95º4.84%51.37%-
HSV(B)95º8.76%53.73%-
XYZ21.8524.1222.91-
YUV133.54123.18125.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=33.16%
G=34.95%
B=31.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371250.0500.090.46954.8451.37
Hex82897D5092E5f533
Octal202211175501156137563
Binary10000010100010011111101101010011011101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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