#83A887

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

Shades of Envy #83A887

Tints of Envy #83A887

Color information

#83A887 (or 0x83A887) is unknown color: approx Envy. HEX triplet: 83, A8 and 87. RGB value is (131,168,135). Sum of RGB (Red+Green+Blue) = 131+168+135=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 168 - color contains mainly: green. Hex color #83A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A887 is #7C5778. Grayscale: #999999. Windows color (decimal): -8148857 or 8890499. OLE color: 8890499.

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

Color convert

RGB131168135-
CMYK0.2200.200.34
HSL126.49º17.54%58.63%-
HSV(B)126.49º22.02%65.88%-
XYZ27.7434.5828.13-
YUV153.18117.74112.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=30.18%
G=38.71%
B=31.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311681350.2200.200.34126.4917.5458.63
Hex83A88716014227e123b
Octal20325020726024421762273
Binary10000011101010001000011110110010100100010111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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