Html Css Color HEX #82AA67 Asparagus

📋 copy color: '#82AA67'

red 130 ◦ green 170 ◦ blue 103

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

Shades of Asparagus #82AA67

Tints of Asparagus #82AA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.56%

R = 32.26%
G = 42.18%
B = 25.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#82AA67 (or 0x82AA67) is known color: Asparagus. HEX triplet: 82, AA and 67. RGB value is (130,170,103). Sum of RGB (Red+Green+Blue) = 130+170+103=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA67 is #7D5598. Grayscale: #969696. Windows color (decimal): -8213913 or 6793858. OLE color: 6793858.

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

Color convert

RGB 130 170 103 -
CMYK 0.24 0 0.39 0.33
HSL 95.82º 0.28% 0.54% -
HSV(B) 95.82º 0.39% 0.67% -
XYZ 26.03 34.47 18.11 -
YUV 150.4 101.25 113.45 -
System Red Green Blue C M Y K H S L
Decimal 130 170 103 0.24 0 0.39 0.33 95.82 0.28 0.54
Hex 82 AA 67 18 0 27 21 60 1C 36
Octal 202 252 147 30 0 47 41 140 34 66
Binary 10000010 10101010 1100111 11000 0 100111 100001 1100000 11100 110110

Color Harmonies of #82AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA67

Black with #82AA67

Text Example


Text Example

White with #82AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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