#86948B

Color #86948B Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #86948B

Tints of Envy #86948B

Color information

#86948B (or 0x86948B) is unknown color: approx Envy. HEX triplet: 86, 94 and 8B. RGB value is (134,148,139). Sum of RGB (Red+Green+Blue) = 134+148+139=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #86948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948B is #796B74. Grayscale: #8E8E8E. Windows color (decimal): -7957365 or 9147526. OLE color: 9147526.

HSL color Cylindrical-coordinate representation of color #86948B: hue angle of 141.43º 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 #86948B is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB134148139-
CMYK0.0900.060.42
HSL141.43º6.14%55.29%-
HSV(B)141.43º9.46%58.04%-
XYZ25.0828.1128.53-
YUV142.79125.86121.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=31.83%
G=35.15%
B=33.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481390.0900.060.42141.436.1455.29
Hex86948B9062A8d637
Octal206224213110652215667
Binary1000011010010100100010111001011010101010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86948B;
 }
 .AnyTagClassName
 {
   color: #86948B;
 }
</style>
background-color css

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

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

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

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

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

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