Html Css Color HEX #849F86 Envy

📋 copy color: '#849F86'

red 132 ◦ green 159 ◦ blue 134

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

Shades of Envy #849F86

Tints of Envy #849F86

RGB

 RED value IS 132 (51.95% from 255) = 31.06%

 GREEN value IS 159 (62.5% from 255) = 37.41%

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

R = 31.06%
G = 37.41%
B = 31.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#849F86 (or 0x849F86) is known color: Envy. HEX triplet: 84, 9F and 86. RGB value is (132,159,134). Sum of RGB (Red+Green+Blue) = 132+159+134=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #849F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F86 is #7B6079. Grayscale: #949494. Windows color (decimal): -8085626 or 8822660. OLE color: 8822660.

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

Color convert

RGB 132 159 134 -
CMYK 0.17 0 0.16 0.38
HSL 124.44º 0.12% 0.57% -
HSV(B) 124.44º 0.17% 0.62% -
XYZ 26.22 31.42 27.24 -
YUV 148.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 132 159 134 0.17 0 0.16 0.38 124.44 0.12 0.57
Hex 84 9F 86 11 0 10 26 7C C 39
Octal 204 237 206 21 0 20 46 174 14 71
Binary 10000100 10011111 10000110 10001 0 10000 100110 1111100 1100 111001

Color Harmonies of #849F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F86

Black with #849F86

Text Example


Text Example

White with #849F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F86; }

 p { color: rgb(132,159,134); }

 H1.HeaderClassName
 {
   color: #849F86;
 }
 .AnyTagClassName
 {
   color: #849F86;
 }
</style>

background-color css

<style>
 a { background-color: #849F86; }

 a { background-color: rgb(132,159,134); }

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

border-color css

<style>
 span { border-color: #849F86; }

 span { border-color: rgb(132,159,134); }

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