#82AB6A

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

Shades of Amulet #82AB6A

Tints of Amulet #82AB6A

Color information

#82AB6A (or 0x82AB6A) is unknown color: approx Amulet. HEX triplet: 82, AB and 6A. RGB value is (130,171,106). Sum of RGB (Red+Green+Blue) = 130+171+106=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB6A is #7D5495. Grayscale: #979797. Windows color (decimal): -8213654 or 6990722. OLE color: 6990722.

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

Color convert

RGB130171106-
CMYK0.2400.380.33
HSL97.85º27.9%54.31%-
HSV(B)97.85º38.01%67.06%-
XYZ26.3734.9118.98-
YUV151.33102.42112.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=31.94%
G=42.01%
B=26.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711060.2400.380.3397.8527.954.31
Hex82AB6A1802621621c36
Octal20225315230046411423466
Binary10000010101010111101010110000100110100001110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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