Html Css Color HEX #86938B Envy

📋 copy color: '#86938B'

red 134 ◦ green 147 ◦ blue 139

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

Shades of Envy #86938B

Tints of Envy #86938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 31.9%
G = 35%
B = 33.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#86938B (or 0x86938B) is known color: Envy. HEX triplet: 86, 93 and 8B. RGB value is (134,147,139). Sum of RGB (Red+Green+Blue) = 134+147+139=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #86938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938B is #796C74. Grayscale: #8E8E8E. Windows color (decimal): -7957621 or 9147270. OLE color: 9147270.

HSL color Cylindrical-coordinate representation of color #86938B: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86938B is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 139 -
CMYK 0.09 0 0.05 0.42
HSL 143.08º 0.06% 0.55% -
HSV(B) 143.08º 0.09% 0.58% -
XYZ 24.93 27.8 28.48 -
YUV 142.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 134 147 139 0.09 0 0.05 0.42 143.08 0.06 0.55
Hex 86 93 8B 9 0 5 2A 8F 6 37
Octal 206 223 213 11 0 5 52 217 6 67
Binary 10000110 10010011 10001011 1001 0 101 101010 10001111 110 110111

Color Harmonies of #86938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86938B

Black with #86938B

Text Example


Text Example

White with #86938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86938B; }

 p { color: rgb(134,147,139); }

 H1.HeaderClassName
 {
   color: #86938B;
 }
 .AnyTagClassName
 {
   color: #86938B;
 }
</style>

background-color css

<style>
 a { background-color: #86938B; }

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

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

border-color css

<style>
 span { border-color: #86938B; }

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

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