#82A169

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

Shades of Asparagus #82A169

Tints of Asparagus #82A169

Color information

#82A169 (or 0x82A169) is unknown color: approx Asparagus. HEX triplet: 82, A1 and 69. RGB value is (130,161,105). Sum of RGB (Red+Green+Blue) = 130+161+105=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #82A169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A169 is #7D5E96. Grayscale: #919191. Windows color (decimal): -8216215 or 6922626. OLE color: 6922626.

HSL color Cylindrical-coordinate representation of color #82A169: hue angle of 93.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82A169 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB130161105-
CMYK0.1900.350.37
HSL93.21º22.95%52.16%-
HSV(B)93.21º34.78%63.14%-
XYZ24.531.2618.11-
YUV145.35105.23117.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=32.83%
G=40.66%
B=26.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301611050.1900.350.3793.2122.9552.16
Hex82A16913023255d1734
Octal20224115123043451352764
Binary10000010101000011101001100110100011100101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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