Html Css Color HEX #82917A Spanish Green

📋 copy color: '#82917A'

red 130 ◦ green 145 ◦ blue 122

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

Shades of Spanish Green #82917A

Tints of Spanish Green #82917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 32.75%
G = 36.52%
B = 30.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#82917A (or 0x82917A) is known color: Spanish Green. HEX triplet: 82, 91 and 7A. RGB value is (130,145,122). Sum of RGB (Red+Green+Blue) = 130+145+122=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #82917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82917A is #7D6E85. Grayscale: #898989. Windows color (decimal): -8220294 or 8032642. OLE color: 8032642.

HSL color Cylindrical-coordinate representation of color #82917A: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82917A is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 122 -
CMYK 0.10 0 0.16 0.43
HSL 99.13º 0.09% 0.52% -
HSV(B) 99.13º 0.16% 0.57% -
XYZ 22.84 26.4 22.3 -
YUV 137.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 130 145 122 0.10 0 0.16 0.43 99.13 0.09 0.52
Hex 82 91 7A A 0 10 2B 63 9 34
Octal 202 221 172 12 0 20 53 143 11 64
Binary 10000010 10010001 1111010 1010 0 10000 101011 1100011 1001 110100

Color Harmonies of #82917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82917A

Black with #82917A

Text Example


Text Example

White with #82917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82917A; }

 p { color: rgb(130,145,122); }

 H1.HeaderClassName
 {
   color: #82917A;
 }
 .AnyTagClassName
 {
   color: #82917A;
 }
</style>

background-color css

<style>
 a { background-color: #82917A; }

 a { background-color: rgb(130,145,122); }

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

border-color css

<style>
 span { border-color: #82917A; }

 span { border-color: rgb(130,145,122); }

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