Html Css Color HEX #82AA63 Asparagus

📋 copy color: '#82AA63'

red 130 ◦ green 170 ◦ blue 99

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

Shades of Asparagus #82AA63

Tints of Asparagus #82AA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 32.58%
G = 42.61%
B = 24.81%

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

#82AA63 (or 0x82AA63) is known color: Asparagus. HEX triplet: 82, AA and 63. RGB value is (130,170,99). Sum of RGB (Red+Green+Blue) = 130+170+99=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA63 is #7D559C. Grayscale: #969696. Windows color (decimal): -8213917 or 6531714. OLE color: 6531714.

HSL color Cylindrical-coordinate representation of color #82AA63: hue angle of 93.8º degrees, saturation: 0.29, 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 #82AA63 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 99 -
CMYK 0.24 0 0.42 0.33
HSL 93.8º 0.29% 0.53% -
HSV(B) 93.8º 0.42% 0.67% -
XYZ 25.83 34.4 17.08 -
YUV 149.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 130 170 99 0.24 0 0.42 0.33 93.8 0.29 0.53
Hex 82 AA 63 18 0 2A 21 5E 1D 35
Octal 202 252 143 30 0 52 41 136 35 65
Binary 10000010 10101010 1100011 11000 0 101010 100001 1011110 11101 110101

Color Harmonies of #82AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA63

Black with #82AA63

Text Example


Text Example

White with #82AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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