#83A87D

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

Shades of Amulet #83A87D

Tints of Amulet #83A87D

Color information

#83A87D (or 0x83A87D) is unknown color: approx Amulet. HEX triplet: 83, A8 and 7D. RGB value is (131,168,125). Sum of RGB (Red+Green+Blue) = 131+168+125=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #83A87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A87D is #7C5782. Grayscale: #989898. Windows color (decimal): -8148867 or 8235139. OLE color: 8235139.

HSL color Cylindrical-coordinate representation of color #83A87D: hue angle of 111.63º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83A87D is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB131168125-
CMYK0.2200.260.34
HSL111.63º19.82%57.45%-
HSV(B)111.63º25.6%65.88%-
XYZ27.0634.3124.6-
YUV152.04112.74113-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=30.90%
G=39.62%
B=29.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311681250.2200.260.34111.6319.8257.45
Hex83A87D1601A22701439
Octal20325017526032421602471
Binary1000001110101000111110110110011010100010111000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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