Html Css Color HEX #82AA62 Asparagus

📋 copy color: '#82AA62'

red 130 ◦ green 170 ◦ blue 98

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

Shades of Asparagus #82AA62

Tints of Asparagus #82AA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.71%

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 32.66%
G = 42.71%
B = 24.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#82AA62 (or 0x82AA62) is known color: Asparagus. HEX triplet: 82, AA and 62. RGB value is (130,170,98). Sum of RGB (Red+Green+Blue) = 130+170+98=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA62 is #7D559D. Grayscale: #969696. Windows color (decimal): -8213918 or 6466178. OLE color: 6466178.

HSL color Cylindrical-coordinate representation of color #82AA62: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AA62 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 98 -
CMYK 0.24 0 0.42 0.33
HSL 93.33º 0.3% 0.53% -
HSV(B) 93.33º 0.42% 0.67% -
XYZ 25.79 34.38 16.83 -
YUV 149.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 130 170 98 0.24 0 0.42 0.33 93.33 0.3 0.53
Hex 82 AA 62 18 0 2A 21 5D 1E 35
Octal 202 252 142 30 0 52 41 135 36 65
Binary 10000010 10101010 1100010 11000 0 101010 100001 1011101 11110 110101

Color Harmonies of #82AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA62

Black with #82AA62

Text Example


Text Example

White with #82AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AA62; }

 p { color: rgb(130,170,98); }

 H1.HeaderClassName
 {
   color: #82AA62;
 }
 .AnyTagClassName
 {
   color: #82AA62;
 }
</style>

background-color css

<style>
 a { background-color: #82AA62; }

 a { background-color: rgb(130,170,98); }

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

border-color css

<style>
 span { border-color: #82AA62; }

 span { border-color: rgb(130,170,98); }

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