#82AB68

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

Shades of Asparagus #82AB68

Tints of Asparagus #82AB68

Color information

#82AB68 (or 0x82AB68) is unknown color: approx Asparagus. HEX triplet: 82, AB and 68. RGB value is (130,171,104). Sum of RGB (Red+Green+Blue) = 130+171+104=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB68 is #7D5497. Grayscale: #979797. Windows color (decimal): -8213656 or 6859650. OLE color: 6859650.

HSL color Cylindrical-coordinate representation of color #82AB68: hue angle of 96.72º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82AB68 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB130171104-
CMYK0.2400.390.33
HSL96.72º28.51%53.92%-
HSV(B)96.72º39.18%67.06%-
XYZ26.2734.8718.44-
YUV151.1101.42112.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=32.10%
G=42.22%
B=25.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711040.2400.390.3396.7228.5153.92
Hex82AB681802721611d36
Octal20225315030047411413566
Binary10000010101010111101000110000100111100001110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,104); }

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

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

 a { background-color: rgb(130,171,104); }

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

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

 span { border-color: rgb(130,171,104); }

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