#83A56E

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

Shades of Amulet #83A56E

Tints of Amulet #83A56E

Color information

#83A56E (or 0x83A56E) is unknown color: approx Amulet. HEX triplet: 83, A5 and 6E. RGB value is (131,165,110). Sum of RGB (Red+Green+Blue) = 131+165+110=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #83A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A56E is #7C5A91. Grayscale: #949494. Windows color (decimal): -8149650 or 7251331. OLE color: 7251331.

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

Color convert

RGB131165110-
CMYK0.2100.330.35
HSL97.09º23.4%53.92%-
HSV(B)97.09º33.33%64.71%-
XYZ25.6332.8619.74-
YUV148.56106.24115.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=32.27%
G=40.64%
B=27.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311651100.2100.330.3597.0923.453.92
Hex83A56E1502123611736
Octal20324515625041431412766
Binary10000011101001011101110101010100001100011110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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