Html Css Color HEX #82AB64 Asparagus

📋 copy color: '#82AB64'

red 130 ◦ green 171 ◦ blue 100

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

Shades of Asparagus #82AB64

Tints of Asparagus #82AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 32.42%
G = 42.64%
B = 24.94%

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

#82AB64 (or 0x82AB64) is known color: Asparagus. HEX triplet: 82, AB and 64. RGB value is (130,171,100). Sum of RGB (Red+Green+Blue) = 130+171+100=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB64 is #7D549B. Grayscale: #969696. Windows color (decimal): -8213660 or 6597506. OLE color: 6597506.

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

Color convert

RGB 130 171 100 -
CMYK 0.24 0 0.42 0.33
HSL 94.65º 0.3% 0.53% -
HSV(B) 94.65º 0.42% 0.67% -
XYZ 26.07 34.79 17.4 -
YUV 150.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 130 171 100 0.24 0 0.42 0.33 94.65 0.3 0.53
Hex 82 AB 64 18 0 2A 21 5F 1E 35
Octal 202 253 144 30 0 52 41 137 36 65
Binary 10000010 10101011 1100100 11000 0 101010 100001 1011111 11110 110101

Color Harmonies of #82AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB64

Black with #82AB64

Text Example


Text Example

White with #82AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,171,100); }

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

background-color css

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

 a { background-color: rgb(130,171,100); }

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

border-color css

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

 span { border-color: rgb(130,171,100); }

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