#83998B

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

Shades of Envy #83998B

Tints of Envy #83998B

Color information

#83998B (or 0x83998B) is unknown color: approx Envy. HEX triplet: 83, 99 and 8B. RGB value is (131,153,139). Sum of RGB (Red+Green+Blue) = 131+153+139=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #83998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998B is #7C6674. Grayscale: #909090. Windows color (decimal): -8152693 or 9148803. OLE color: 9148803.

HSL color Cylindrical-coordinate representation of color #83998B: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83998B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB131153139-
CMYK0.1400.090.4
HSL141.82º9.73%55.69%-
HSV(B)141.82º14.38%60%-
XYZ25.4129.4728.78-
YUV144.83124.71118.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=30.97%
G=36.17%
B=32.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531390.1400.090.4141.829.7355.69
Hex83998BE09288ea38
Octal20323121316011502161270
Binary100000111001100110001011111001001101000100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83998B; }

 p { color: rgb(131,153,139); }

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

<style>
 a { background-color: #83998B; }

 a { background-color: rgb(131,153,139); }

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

<style>
 span { border-color: #83998B; }

 span { border-color: rgb(131,153,139); }

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