#89A38B

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

Shades of Envy #89A38B

Tints of Envy #89A38B

Color information

#89A38B (or 0x89A38B) is unknown color: approx Envy. HEX triplet: 89, A3 and 8B. RGB value is (137,163,139). Sum of RGB (Red+Green+Blue) = 137+163+139=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #89A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A38B is #765C74. Grayscale: #989898. Windows color (decimal): -7756917 or 9151369. OLE color: 9151369.

HSL color Cylindrical-coordinate representation of color #89A38B: hue angle of 124.62º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A38B is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB137163139-
CMYK0.1600.150.36
HSL124.62º12.38%58.82%-
HSV(B)124.62º15.95%63.92%-
XYZ28.0733.3829.39-
YUV152.49120.39116.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=31.21%
G=37.13%
B=31.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631390.1600.150.36124.6212.3858.82
Hex89A38B100F247dc3b
Octal21124321320017441751473
Binary100010011010001110001011100000111110010011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A38B; }

 p { color: rgb(137,163,139); }

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

<style>
 a { background-color: #89A38B; }

 a { background-color: rgb(137,163,139); }

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

<style>
 span { border-color: #89A38B; }

 span { border-color: rgb(137,163,139); }

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