#839B85

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

Shades of Envy #839B85

Tints of Envy #839B85

Color information

#839B85 (or 0x839B85) is unknown color: approx Envy. HEX triplet: 83, 9B and 85. RGB value is (131,155,133). Sum of RGB (Red+Green+Blue) = 131+155+133=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #839B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839B85 is #7C647A. Grayscale: #919191. Windows color (decimal): -8152187 or 8756099. OLE color: 8756099.

HSL color Cylindrical-coordinate representation of color #839B85: hue angle of 125º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839B85 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB131155133-
CMYK0.1500.140.39
HSL125º10.71%56.08%-
HSV(B)125º15.48%60.78%-
XYZ25.3229.9626.64-
YUV145.32121.05117.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=31.26%
G=36.99%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311551330.1500.140.3912510.7156.08
Hex839B85F0E277db38
Octal20323320517016471751370
Binary10000011100110111000010111110111010011111111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839B85; }

 p { color: rgb(131,155,133); }

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

<style>
 a { background-color: #839B85; }

 a { background-color: rgb(131,155,133); }

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

<style>
 span { border-color: #839B85; }

 span { border-color: rgb(131,155,133); }

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