Html Css Color HEX #86AA84 Envy

📋 copy color: '#86AA84'

red 134 ◦ green 170 ◦ blue 132

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

Shades of Envy #86AA84

Tints of Envy #86AA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 30.73%
G = 38.99%
B = 30.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#86AA84 (or 0x86AA84) is known color: Envy. HEX triplet: 86, AA and 84. RGB value is (134,170,132). Sum of RGB (Red+Green+Blue) = 134+170+132=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA84 is #79557B. Grayscale: #9B9B9B. Windows color (decimal): -7951740 or 8694406. OLE color: 8694406.

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

Color convert

RGB 134 170 132 -
CMYK 0.21 0 0.22 0.33
HSL 116.84º 0.18% 0.59% -
HSV(B) 116.84º 0.22% 0.67% -
XYZ 28.37 35.48 27.18 -
YUV 154.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 134 170 132 0.21 0 0.22 0.33 116.84 0.18 0.59
Hex 86 AA 84 15 0 16 21 75 12 3B
Octal 206 252 204 25 0 26 41 165 22 73
Binary 10000110 10101010 10000100 10101 0 10110 100001 1110101 10010 111011

Color Harmonies of #86AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA84

Black with #86AA84

Text Example


Text Example

White with #86AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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