#83ae6f

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

Shades of Amulet #83AE6F

Tints of Amulet #83AE6F

Color information

#83AE6F (or 0x83AE6F) is unknown color: approx Amulet. HEX triplet: 83, AE and 6F. RGB value is (131,174,111). Sum of RGB (Red+Green+Blue) = 131+174+111=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AE6F is #7C5190. Grayscale: #9A9A9A. Windows color (decimal): -8147345 or 7319171. OLE color: 7319171.

HSL color Cylindrical-coordinate representation of color #83AE6F: hue angle of 100.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83AE6F is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB131174111-
CMYK0.2500.360.32
HSL100.95º28%55.88%-
HSV(B)100.95º36.21%68.24%-
XYZ27.3736.2520.59-
YUV153.96103.75111.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=31.49%
G=41.83%
B=26.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311741110.2500.360.32100.952855.88
Hex83AE6F1902420651c38
Octal20325615731044401453470
Binary10000011101011101101111110010100100100000110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ae6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,174,111); }

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

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

 a { background-color: rgb(131,174,111); }

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

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

 span { border-color: rgb(131,174,111); }

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