Html Css Color HEX #839D86 Envy

📋 copy color: '#839D86'

red 131 ◦ green 157 ◦ blue 134

#839D86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #839D86

Tints of Envy #839D86

RGB

 RED value IS 131 (51.56% from 255) = 31.04%

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 31.04%
G = 37.2%
B = 31.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#839D86 (or 0x839D86) is known color: Envy. HEX triplet: 83, 9D and 86. RGB value is (131,157,134). Sum of RGB (Red+Green+Blue) = 131+157+134=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #839D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D86 is #7C6279. Grayscale: #929292. Windows color (decimal): -8151674 or 8822147. OLE color: 8822147.

HSL color Cylindrical-coordinate representation of color #839D86: hue angle of 126.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839D86 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 157 134 -
CMYK 0.17 0 0.15 0.38
HSL 126.92º 0.12% 0.56% -
HSV(B) 126.92º 0.17% 0.62% -
XYZ 25.72 30.66 27.12 -
YUV 146.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 131 157 134 0.17 0 0.15 0.38 126.92 0.12 0.56
Hex 83 9D 86 11 0 F 26 7F C 38
Octal 203 235 206 21 0 17 46 177 14 70
Binary 10000011 10011101 10000110 10001 0 1111 100110 1111111 1100 111000

Color Harmonies of #839D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D86

Black with #839D86

Text Example


Text Example

White with #839D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,134); }

 H1.HeaderClassName
 {
   color: #839D86;
 }
 .AnyTagClassName
 {
   color: #839D86;
 }
</style>

background-color css

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

 a { background-color: rgb(131,157,134); }

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

border-color css

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

 span { border-color: rgb(131,157,134); }

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