#82937D

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

Shades of Spanish Green #82937D

Tints of Spanish Green #82937D

Color information

#82937D (or 0x82937D) is unknown color: approx Spanish Green. HEX triplet: 82, 93 and 7D. RGB value is (130,147,125). Sum of RGB (Red+Green+Blue) = 130+147+125=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #82937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82937D is #7D6C82. Grayscale: #8B8B8B. Windows color (decimal): -8219779 or 8229762. OLE color: 8229762.

HSL color Cylindrical-coordinate representation of color #82937D: hue angle of 106.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82937D is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB130147125-
CMYK0.1200.150.42
HSL106.36º9.24%53.33%-
HSV(B)106.36º14.97%57.65%-
XYZ23.3427.0923.4-
YUV139.41119.87121.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=32.34%
G=36.57%
B=31.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471250.1200.150.42106.369.2453.33
Hex82937DC0F2A6a935
Octal20222317514017521521165
Binary1000001010010011111110111000111110101011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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