Html Css Color HEX #82937C Spanish Green

📋 copy color: '#82937C'

red 130 ◦ green 147 ◦ blue 124

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

Shades of Spanish Green #82937C

Tints of Spanish Green #82937C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 32.42%
G = 36.66%
B = 30.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#82937C (or 0x82937C) is known color: Spanish Green. HEX triplet: 82, 93 and 7C. RGB value is (130,147,124). Sum of RGB (Red+Green+Blue) = 130+147+124=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #82937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82937C is #7D6C83. Grayscale: #8B8B8B. Windows color (decimal): -8219780 or 8164226. OLE color: 8164226.

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

Color convert

RGB 130 147 124 -
CMYK 0.12 0 0.16 0.42
HSL 104.35º 0.1% 0.53% -
HSV(B) 104.35º 0.16% 0.58% -
XYZ 23.28 27.07 23.07 -
YUV 139.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 130 147 124 0.12 0 0.16 0.42 104.35 0.1 0.53
Hex 82 93 7C C 0 10 2A 68 A 35
Octal 202 223 174 14 0 20 52 150 12 65
Binary 10000010 10010011 1111100 1100 0 10000 101010 1101000 1010 110101

Color Harmonies of #82937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82937C

Black with #82937C

Text Example


Text Example

White with #82937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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