Html Css Color HEX #86AD8E Envy

📋 copy color: '#86AD8E'

red 134 ◦ green 173 ◦ blue 142

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

Shades of Envy #86AD8E

Tints of Envy #86AD8E

RGB

 RED value IS 134 (52.73% from 255) = 29.84%

 GREEN value IS 173 (67.97% from 255) = 38.53%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 29.84%
G = 38.53%
B = 31.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#86AD8E (or 0x86AD8E) is known color: Envy. HEX triplet: 86, AD and 8E. RGB value is (134,173,142). Sum of RGB (Red+Green+Blue) = 134+173+142=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AD8E is #795271. Grayscale: #9D9D9D. Windows color (decimal): -7950962 or 9350534. OLE color: 9350534.

HSL color Cylindrical-coordinate representation of color #86AD8E: hue angle of 132.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AD8E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 142 -
CMYK 0.23 0 0.18 0.32
HSL 132.31º 0.19% 0.6% -
HSV(B) 132.31º 0.23% 0.68% -
XYZ 29.66 36.91 31.15 -
YUV 157.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 134 173 142 0.23 0 0.18 0.32 132.31 0.19 0.6
Hex 86 AD 8E 17 0 12 20 84 13 3C
Octal 206 255 216 27 0 22 40 204 23 74
Binary 10000110 10101101 10001110 10111 0 10010 100000 10000100 10011 111100

Color Harmonies of #86AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD8E

Black with #86AD8E

Text Example


Text Example

White with #86AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AD8E; }

 p { color: rgb(134,173,142); }

 H1.HeaderClassName
 {
   color: #86AD8E;
 }
 .AnyTagClassName
 {
   color: #86AD8E;
 }
</style>

background-color css

<style>
 a { background-color: #86AD8E; }

 a { background-color: rgb(134,173,142); }

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

border-color css

<style>
 span { border-color: #86AD8E; }

 span { border-color: rgb(134,173,142); }

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