Html Css Color HEX #89A48D Envy

📋 copy color: '#89A48D'

red 137 ◦ green 164 ◦ blue 141

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

Shades of Envy #89A48D

Tints of Envy #89A48D

RGB

 RED value IS 137 (53.91% from 255) = 31%

 GREEN value IS 164 (64.45% from 255) = 37.1%

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

R = 31%
G = 37.1%
B = 31.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#89A48D (or 0x89A48D) is known color: Envy. HEX triplet: 89, A4 and 8D. RGB value is (137,164,141). Sum of RGB (Red+Green+Blue) = 137+164+141=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #89A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A48D is #765B72. Grayscale: #999999. Windows color (decimal): -7756659 or 9282697. OLE color: 9282697.

HSL color Cylindrical-coordinate representation of color #89A48D: hue angle of 128.89º degrees, saturation: 0.13, 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 #89A48D is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 164 141 -
CMYK 0.16 0 0.14 0.36
HSL 128.89º 0.13% 0.59% -
HSV(B) 128.89º 0.16% 0.64% -
XYZ 28.4 33.79 30.23 -
YUV 153.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 137 164 141 0.16 0 0.14 0.36 128.89 0.13 0.59
Hex 89 A4 8D 10 0 E 24 81 D 3B
Octal 211 244 215 20 0 16 44 201 15 73
Binary 10001001 10100100 10001101 10000 0 1110 100100 10000001 1101 111011

Color Harmonies of #89A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A48D

Black with #89A48D

Text Example


Text Example

White with #89A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,164,141); }

 H1.HeaderClassName
 {
   color: #89A48D;
 }
 .AnyTagClassName
 {
   color: #89A48D;
 }
</style>

background-color css

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

 a { background-color: rgb(137,164,141); }

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

border-color css

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

 span { border-color: rgb(137,164,141); }

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