#82A25F

Color #82A25F Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #82A25F

Tints of Asparagus #82A25F

Color information

#82A25F (or 0x82A25F) is unknown color: approx Asparagus. HEX triplet: 82, A2 and 5F. RGB value is (130,162,95). Sum of RGB (Red+Green+Blue) = 130+162+95=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #82A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A25F is #7D5DA0. Grayscale: #919191. Windows color (decimal): -8215969 or 6267522. OLE color: 6267522.

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

Color convert

RGB13016295-
CMYK0.2000.410.36
HSL88.66º26.48%50.39%-
HSV(B)88.66º41.36%63.53%-
XYZ24.1931.4115.61-
YUV144.7999.9117.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=33.59%
G=41.86%
B=24.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162950.2000.410.3688.6626.4850.39
Hex82A25F1402924591a32
Octal20224213724051441313262
Binary10000010101000101011111101000101001100100101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82A25F;
 }
 .AnyTagClassName
 {
   color: #82A25F;
 }
</style>
background-color css

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

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

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

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

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

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