Html Css Color HEX #839C85 Envy

📋 copy color: '#839C85'

red 131 ◦ green 156 ◦ blue 133

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

Shades of Envy #839C85

Tints of Envy #839C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 31.19%
G = 37.14%
B = 31.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#839C85 (or 0x839C85) is known color: Envy. HEX triplet: 83, 9C and 85. RGB value is (131,156,133). Sum of RGB (Red+Green+Blue) = 131+156+133=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #839C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C85 is #7C637A. Grayscale: #919191. Windows color (decimal): -8151931 or 8756355. OLE color: 8756355.

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

Color convert

RGB 131 156 133 -
CMYK 0.16 0 0.15 0.39
HSL 124.8º 0.11% 0.56% -
HSV(B) 124.8º 0.16% 0.61% -
XYZ 25.48 30.3 26.69 -
YUV 145.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 131 156 133 0.16 0 0.15 0.39 124.8 0.11 0.56
Hex 83 9C 85 10 0 F 27 7D B 38
Octal 203 234 205 20 0 17 47 175 13 70
Binary 10000011 10011100 10000101 10000 0 1111 100111 1111101 1011 111000

Color Harmonies of #839C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839C85

Black with #839C85

Text Example


Text Example

White with #839C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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