#83A66E

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

Shades of Amulet #83A66E

Tints of Amulet #83A66E

Color information

#83A66E (or 0x83A66E) is unknown color: approx Amulet. HEX triplet: 83, A6 and 6E. RGB value is (131,166,110). Sum of RGB (Red+Green+Blue) = 131+166+110=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #83A66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A66E is #7C5991. Grayscale: #959595. Windows color (decimal): -8149394 or 7251587. OLE color: 7251587.

HSL color Cylindrical-coordinate representation of color #83A66E: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83A66E is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB131166110-
CMYK0.2100.340.35
HSL97.5º23.93%54.12%-
HSV(B)97.5º33.73%65.1%-
XYZ25.8133.2219.8-
YUV149.15105.9115.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=32.19%
G=40.79%
B=27.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311661100.2100.340.3597.523.9354.12
Hex83A66E1502223611836
Octal20324615625042431413066
Binary10000011101001101101110101010100010100011110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A66E; }

 p { color: rgb(131,166,110); }

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

<style>
 a { background-color: #83A66E; }

 a { background-color: rgb(131,166,110); }

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

<style>
 span { border-color: #83A66E; }

 span { border-color: rgb(131,166,110); }

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