Html Css Color HEX #82A260 Asparagus

📋 copy color: '#82A260'

red 130 ◦ green 162 ◦ blue 96

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

Shades of Asparagus #82A260

Tints of Asparagus #82A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 33.51%
G = 41.75%
B = 24.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#82A260 (or 0x82A260) is known color: Asparagus. HEX triplet: 82, A2 and 60. RGB value is (130,162,96). Sum of RGB (Red+Green+Blue) = 130+162+96=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #82A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A260 is #7D5D9F. Grayscale: #919191. Windows color (decimal): -8215968 or 6333058. OLE color: 6333058.

HSL color Cylindrical-coordinate representation of color #82A260: hue angle of 89.09º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82A260 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 96 -
CMYK 0.20 0 0.41 0.36
HSL 89.09º 0.26% 0.51% -
HSV(B) 89.09º 0.41% 0.64% -
XYZ 24.24 31.43 15.86 -
YUV 144.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 130 162 96 0.20 0 0.41 0.36 89.09 0.26 0.51
Hex 82 A2 60 14 0 29 24 59 1A 33
Octal 202 242 140 24 0 51 44 131 32 63
Binary 10000010 10100010 1100000 10100 0 101001 100100 1011001 11010 110011

Color Harmonies of #82A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A260

Black with #82A260

Text Example


Text Example

White with #82A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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