Html Css Color HEX #82AA69 Asparagus

📋 copy color: '#82AA69'

red 130 ◦ green 170 ◦ blue 105

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

Shades of Asparagus #82AA69

Tints of Asparagus #82AA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 32.1%
G = 41.98%
B = 25.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#82AA69 (or 0x82AA69) is known color: Asparagus. HEX triplet: 82, AA and 69. RGB value is (130,170,105). Sum of RGB (Red+Green+Blue) = 130+170+105=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA69 is #7D5596. Grayscale: #969696. Windows color (decimal): -8213911 or 6924930. OLE color: 6924930.

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

Color convert

RGB 130 170 105 -
CMYK 0.24 0 0.38 0.33
HSL 96.92º 0.28% 0.54% -
HSV(B) 96.92º 0.38% 0.67% -
XYZ 26.13 34.52 18.65 -
YUV 150.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 130 170 105 0.24 0 0.38 0.33 96.92 0.28 0.54
Hex 82 AA 69 18 0 26 21 61 1C 36
Octal 202 252 151 30 0 46 41 141 34 66
Binary 10000010 10101010 1101001 11000 0 100110 100001 1100001 11100 110110

Color Harmonies of #82AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA69

Black with #82AA69

Text Example


Text Example

White with #82AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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