Html Css Color HEX #89A18C Envy

📋 copy color: '#89A18C'

red 137 ◦ green 161 ◦ blue 140

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

Shades of Envy #89A18C

Tints of Envy #89A18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 31.28%
G = 36.76%
B = 31.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#89A18C (or 0x89A18C) is known color: Envy. HEX triplet: 89, A1 and 8C. RGB value is (137,161,140). Sum of RGB (Red+Green+Blue) = 137+161+140=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #89A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A18C is #765E73. Grayscale: #979797. Windows color (decimal): -7757428 or 9216393. OLE color: 9216393.

HSL color Cylindrical-coordinate representation of color #89A18C: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A18C is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 161 140 -
CMYK 0.15 0 0.13 0.37
HSL 127.5º 0.11% 0.58% -
HSV(B) 127.5º 0.15% 0.63% -
XYZ 27.8 32.7 29.66 -
YUV 151.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 137 161 140 0.15 0 0.13 0.37 127.5 0.11 0.58
Hex 89 A1 8C F 0 D 25 80 B 3A
Octal 211 241 214 17 0 15 45 200 13 72
Binary 10001001 10100001 10001100 1111 0 1101 100101 10000000 1011 111010

Color Harmonies of #89A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A18C

Black with #89A18C

Text Example


Text Example

White with #89A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,161,140); }

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

background-color css

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

 a { background-color: rgb(137,161,140); }

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

border-color css

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

 span { border-color: rgb(137,161,140); }

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