Html Css Color HEX #82A560 Asparagus

📋 copy color: '#82A560'

red 130 ◦ green 165 ◦ blue 96

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

Shades of Asparagus #82A560

Tints of Asparagus #82A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 33.25%
G = 42.2%
B = 24.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#82A560 (or 0x82A560) is known color: Asparagus. HEX triplet: 82, A5 and 60. RGB value is (130,165,96). Sum of RGB (Red+Green+Blue) = 130+165+96=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #82A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A560 is #7D5A9F. Grayscale: #929292. Windows color (decimal): -8215200 or 6333826. OLE color: 6333826.

HSL color Cylindrical-coordinate representation of color #82A560: hue angle of 90.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82A560 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 165 96 -
CMYK 0.21 0 0.42 0.35
HSL 90.43º 0.28% 0.51% -
HSV(B) 90.43º 0.42% 0.65% -
XYZ 24.77 32.5 16.03 -
YUV 146.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 130 165 96 0.21 0 0.42 0.35 90.43 0.28 0.51
Hex 82 A5 60 15 0 2A 23 5A 1C 33
Octal 202 245 140 25 0 52 43 132 34 63
Binary 10000010 10100101 1100000 10101 0 101010 100011 1011010 11100 110011

Color Harmonies of #82A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A560

Black with #82A560

Text Example


Text Example

White with #82A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,165,96); }

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

background-color css

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

 a { background-color: rgb(130,165,96); }

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

border-color css

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

 span { border-color: rgb(130,165,96); }

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