#82897E

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

Shades of Spanish Green #82897E

Tints of Spanish Green #82897E

Color information

#82897E (or 0x82897E) is unknown color: approx Spanish Green. HEX triplet: 82, 89 and 7E. RGB value is (130,137,126). Sum of RGB (Red+Green+Blue) = 130+137+126=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 137 - color contains mainly: green. Hex color #82897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82897E is #7D7681. Grayscale: #858585. Windows color (decimal): -8222338 or 8292738. OLE color: 8292738.

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

Color convert

RGB130137126-
CMYK0.0500.080.46
HSL98.18º4.45%51.57%-
HSV(B)98.18º8.03%53.73%-
XYZ21.9224.1423.24-
YUV133.65123.68125.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=33.08%
G=34.86%
B=32.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371260.0500.080.4698.184.4551.57
Hex82897E5082E62434
Octal202211176501056142464
Binary10000010100010011111110101010001011101100010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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