Html Css Color HEX #86988D Envy

📋 copy color: '#86988D'

red 134 ◦ green 152 ◦ blue 141

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

Shades of Envy #86988D

Tints of Envy #86988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 31.38%
G = 35.6%
B = 33.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#86988D (or 0x86988D) is known color: Envy. HEX triplet: 86, 98 and 8D. RGB value is (134,152,141). Sum of RGB (Red+Green+Blue) = 134+152+141=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #86988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988D is #796772. Grayscale: #919191. Windows color (decimal): -7956339 or 9279622. OLE color: 9279622.

HSL color Cylindrical-coordinate representation of color #86988D: hue angle of 143.33º 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 #86988D is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 141 -
CMYK 0.12 0 0.07 0.40
HSL 143.33º 0.08% 0.56% -
HSV(B) 143.33º 0.12% 0.6% -
XYZ 25.87 29.45 29.52 -
YUV 145.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 134 152 141 0.12 0 0.07 0.40 143.33 0.08 0.56
Hex 86 98 8D C 0 7 28 8F 8 38
Octal 206 230 215 14 0 7 50 217 10 70
Binary 10000110 10011000 10001101 1100 0 111 101000 10001111 1000 111000

Color Harmonies of #86988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86988D

Black with #86988D

Text Example


Text Example

White with #86988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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