#83AE6C

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

Shades of Amulet #83AE6C

Tints of Amulet #83AE6C

Color information

#83AE6C (or 0x83AE6C) is unknown color: approx Amulet. HEX triplet: 83, AE and 6C. RGB value is (131,174,108). Sum of RGB (Red+Green+Blue) = 131+174+108=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AE6C is #7C5193. Grayscale: #999999. Windows color (decimal): -8147348 or 7122563. OLE color: 7122563.

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

Color convert

RGB131174108-
CMYK0.2500.380.32
HSL99.09º28.95%55.29%-
HSV(B)99.09º37.93%68.24%-
XYZ27.236.1819.74-
YUV153.62102.25111.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=31.72%
G=42.13%
B=26.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311741080.2500.380.3299.0928.9555.29
Hex83AE6C1902620631d37
Octal20325615431046401433567
Binary10000011101011101101100110010100110100000110001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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