Html Css Color HEX #82937E Spanish Green

📋 copy color: '#82937E'

red 130 ◦ green 147 ◦ blue 126

#82937E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #82937E

Tints of Spanish Green #82937E

RGB

 RED value IS 130 (51.17% from 255) = 32.26%

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 32.26%
G = 36.48%
B = 31.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#82937E (or 0x82937E) is known color: Spanish Green. HEX triplet: 82, 93 and 7E. RGB value is (130,147,126). Sum of RGB (Red+Green+Blue) = 130+147+126=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #82937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82937E is #7D6C81. Grayscale: #8B8B8B. Windows color (decimal): -8219778 or 8295298. OLE color: 8295298.

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

Color convert

RGB 130 147 126 -
CMYK 0.12 0 0.14 0.42
HSL 108.57º 0.09% 0.54% -
HSV(B) 108.57º 0.14% 0.58% -
XYZ 23.41 27.12 23.74 -
YUV 139.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 130 147 126 0.12 0 0.14 0.42 108.57 0.09 0.54
Hex 82 93 7E C 0 E 2A 6D 9 36
Octal 202 223 176 14 0 16 52 155 11 66
Binary 10000010 10010011 1111110 1100 0 1110 101010 1101101 1001 110110

Color Harmonies of #82937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82937E

Black with #82937E

Text Example


Text Example

White with #82937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82937E;
 }
 .AnyTagClassName
 {
   color: #82937E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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