Html Css Color HEX #86AA89 Envy

📋 copy color: '#86AA89'

red 134 ◦ green 170 ◦ blue 137

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

Shades of Envy #86AA89

Tints of Envy #86AA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 137 (53.91% from 255) = 31.07%

R = 30.39%
G = 38.55%
B = 31.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#86AA89 (or 0x86AA89) is known color: Envy. HEX triplet: 86, AA and 89. RGB value is (134,170,137). Sum of RGB (Red+Green+Blue) = 134+170+137=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA89 is #795576. Grayscale: #9B9B9B. Windows color (decimal): -7951735 or 9022086. OLE color: 9022086.

HSL color Cylindrical-coordinate representation of color #86AA89: hue angle of 125º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AA89 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 137 -
CMYK 0.21 0 0.19 0.33
HSL 125º 0.17% 0.6% -
HSV(B) 125º 0.21% 0.67% -
XYZ 28.72 35.62 29.03 -
YUV 155.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 134 170 137 0.21 0 0.19 0.33 125 0.17 0.6
Hex 86 AA 89 15 0 13 21 7D 11 3C
Octal 206 252 211 25 0 23 41 175 21 74
Binary 10000110 10101010 10001001 10101 0 10011 100001 1111101 10001 111100

Color Harmonies of #86AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA89

Black with #86AA89

Text Example


Text Example

White with #86AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,137); }

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

background-color css

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

 a { background-color: rgb(134,170,137); }

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

border-color css

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

 span { border-color: rgb(134,170,137); }

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