#82A569

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

Shades of Asparagus #82A569

Tints of Asparagus #82A569

Color information

#82A569 (or 0x82A569) is unknown color: approx Asparagus. HEX triplet: 82, A5 and 69. RGB value is (130,165,105). Sum of RGB (Red+Green+Blue) = 130+165+105=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #82A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A569 is #7D5A96. Grayscale: #939393. Windows color (decimal): -8215191 or 6923650. OLE color: 6923650.

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

Color convert

RGB130165105-
CMYK0.2100.360.35
HSL95º25%52.94%-
HSV(B)95º36.36%64.71%-
XYZ25.2132.6818.34-
YUV147.7103.9115.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=32.5%
G=41.25%
B=26.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301651050.2100.360.35952552.94
Hex82A56915024235f1935
Octal20224515125044431373165
Binary10000010101001011101001101010100100100011101111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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