#8BAB91

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

Shades of Envy #8BAB91

Tints of Envy #8BAB91

Color information

#8BAB91 (or 0x8BAB91) is unknown color: approx Envy. HEX triplet: 8B, AB and 91. RGB value is (139,171,145). Sum of RGB (Red+Green+Blue) = 139+171+145=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAB91 is #74546E. Grayscale: #9E9E9E. Windows color (decimal): -7623791 or 9546635. OLE color: 9546635.

HSL color Cylindrical-coordinate representation of color #8BAB91: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAB91 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB139171145-
CMYK0.1900.150.33
HSL131.25º16%60.78%-
HSV(B)131.25º18.71%67.06%-
XYZ30.3236.6632.27-
YUV158.47120.4114.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=30.55%
G=37.58%
B=31.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391711450.1900.150.33131.251660.78
Hex8BAB91130F2183103d
Octal21325322123017412032075
Binary10001011101010111001000110011011111000011000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BAB91; }

 p { color: rgb(139,171,145); }

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

<style>
 a { background-color: #8BAB91; }

 a { background-color: rgb(139,171,145); }

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

<style>
 span { border-color: #8BAB91; }

 span { border-color: rgb(139,171,145); }

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