Html Css Color HEX #86A386 Envy

📋 copy color: '#86A386'

red 134 ◦ green 163 ◦ blue 134

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

Shades of Envy #86A386

Tints of Envy #86A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

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

R = 31.09%
G = 37.82%
B = 31.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#86A386 (or 0x86A386) is known color: Envy. HEX triplet: 86, A3 and 86. RGB value is (134,163,134). Sum of RGB (Red+Green+Blue) = 134+163+134=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #86A386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A386 is #795C79. Grayscale: #979797. Windows color (decimal): -7953530 or 8823686. OLE color: 8823686.

HSL color Cylindrical-coordinate representation of color #86A386: hue angle of 120º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A386 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 134 -
CMYK 0.18 0 0.18 0.36
HSL 120º 0.14% 0.58% -
HSV(B) 120º 0.18% 0.64% -
XYZ 27.23 32.98 27.49 -
YUV 151.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 134 163 134 0.18 0 0.18 0.36 120 0.14 0.58
Hex 86 A3 86 12 0 12 24 78 E 3A
Octal 206 243 206 22 0 22 44 170 16 72
Binary 10000110 10100011 10000110 10010 0 10010 100100 1111000 1110 111010

Color Harmonies of #86A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A386

Black with #86A386

Text Example


Text Example

White with #86A386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,134); }

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

background-color css

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

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

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

border-color css

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

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

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