#82A163

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

Shades of Asparagus #82A163

Tints of Asparagus #82A163

Color information

#82A163 (or 0x82A163) is unknown color: approx Asparagus. HEX triplet: 82, A1 and 63. RGB value is (130,161,99). Sum of RGB (Red+Green+Blue) = 130+161+99=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #82A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A163 is #7D5E9C. Grayscale: #909090. Windows color (decimal): -8216221 or 6529410. OLE color: 6529410.

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

Color convert

RGB13016199-
CMYK0.1900.390.37
HSL90º24.8%50.98%-
HSV(B)90º38.51%63.14%-
XYZ24.231.1416.54-
YUV144.66102.23117.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=33.33%
G=41.28%
B=25.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130161990.1900.390.379024.850.98
Hex82A16313027255a1933
Octal20224114323047451323163
Binary10000010101000011100011100110100111100101101101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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