#83AC7D

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

Shades of Amulet #83AC7D

Tints of Amulet #83AC7D

Color information

#83AC7D (or 0x83AC7D) is unknown color: approx Amulet. HEX triplet: 83, AC and 7D. RGB value is (131,172,125). Sum of RGB (Red+Green+Blue) = 131+172+125=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC7D is #7C5382. Grayscale: #9A9A9A. Windows color (decimal): -8147843 or 8236163. OLE color: 8236163.

HSL color Cylindrical-coordinate representation of color #83AC7D: hue angle of 112.34º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83AC7D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB131172125-
CMYK0.2400.270.33
HSL112.34º22.07%58.24%-
HSV(B)112.34º27.33%67.45%-
XYZ27.8135.8124.85-
YUV154.38111.42111.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=30.61%
G=40.19%
B=29.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721250.2400.270.33112.3422.0758.24
Hex83AC7D1801B2170163a
Octal20325417530033411602672
Binary1000001110101100111110111000011011100001111000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,172,125); }

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

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

 a { background-color: rgb(131,172,125); }

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

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

 span { border-color: rgb(131,172,125); }

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