Html Css Color HEX #86988C Envy

📋 copy color: '#86988C'

red 134 ◦ green 152 ◦ blue 140

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

Shades of Envy #86988C

Tints of Envy #86988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 31.46%
G = 35.68%
B = 32.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#86988C (or 0x86988C) is known color: Envy. HEX triplet: 86, 98 and 8C. RGB value is (134,152,140). Sum of RGB (Red+Green+Blue) = 134+152+140=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #86988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988C is #796773. Grayscale: #919191. Windows color (decimal): -7956340 or 9214086. OLE color: 9214086.

HSL color Cylindrical-coordinate representation of color #86988C: hue angle of 140º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86988C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 140 -
CMYK 0.12 0 0.08 0.40
HSL 140º 0.08% 0.56% -
HSV(B) 140º 0.12% 0.6% -
XYZ 25.79 29.42 29.13 -
YUV 145.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 134 152 140 0.12 0 0.08 0.40 140 0.08 0.56
Hex 86 98 8C C 0 8 28 8C 8 38
Octal 206 230 214 14 0 10 50 214 10 70
Binary 10000110 10011000 10001100 1100 0 1000 101000 10001100 1000 111000

Color Harmonies of #86988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86988C

Black with #86988C

Text Example


Text Example

White with #86988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86988C; }

 p { color: rgb(134,152,140); }

 H1.HeaderClassName
 {
   color: #86988C;
 }
 .AnyTagClassName
 {
   color: #86988C;
 }
</style>

background-color css

<style>
 a { background-color: #86988C; }

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

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

border-color css

<style>
 span { border-color: #86988C; }

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

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