#82927F

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

Shades of Spanish Green #82927F

Tints of Spanish Green #82927F

Color information

#82927F (or 0x82927F) is unknown color: approx Spanish Green. HEX triplet: 82, 92 and 7F. RGB value is (130,146,127). Sum of RGB (Red+Green+Blue) = 130+146+127=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #82927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82927F is #7D6D80. Grayscale: #8B8B8B. Windows color (decimal): -8220033 or 8360578. OLE color: 8360578.

HSL color Cylindrical-coordinate representation of color #82927F: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82927F is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB130146127-
CMYK0.1100.130.43
HSL110.53º8.02%53.53%-
HSV(B)110.53º13.01%57.25%-
XYZ23.3226.8424.03-
YUV139.05121.2121.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 127 (50% from 255) = 31.51%
R=32.26%
G=36.23%
B=31.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461270.1100.130.43110.538.0253.53
Hex82927FB0D2B6f836
Octal20222217713015531571066
Binary1000001010010010111111110110110110101111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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