Html Css Color HEX #899D90 Envy

📋 copy color: '#899D90'

red 137 ◦ green 157 ◦ blue 144

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

Shades of Envy #899D90

Tints of Envy #899D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 31.28%
G = 35.84%
B = 32.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#899D90 (or 0x899D90) is known color: Envy. HEX triplet: 89, 9D and 90. RGB value is (137,157,144). Sum of RGB (Red+Green+Blue) = 137+157+144=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #899D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899D90 is #76626F. Grayscale: #959595. Windows color (decimal): -7758448 or 9477513. OLE color: 9477513.

HSL color Cylindrical-coordinate representation of color #899D90: hue angle of 141º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899D90 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 157 144 -
CMYK 0.13 0 0.08 0.38
HSL 141º 0.09% 0.58% -
HSV(B) 141º 0.13% 0.62% -
XYZ 27.41 31.45 31.01 -
YUV 149.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 137 157 144 0.13 0 0.08 0.38 141 0.09 0.58
Hex 89 9D 90 D 0 8 26 8D 9 3A
Octal 211 235 220 15 0 10 46 215 11 72
Binary 10001001 10011101 10010000 1101 0 1000 100110 10001101 1001 111010

Color Harmonies of #899D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899D90

Black with #899D90

Text Example


Text Example

White with #899D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899D90; }

 p { color: rgb(137,157,144); }

 H1.HeaderClassName
 {
   color: #899D90;
 }
 .AnyTagClassName
 {
   color: #899D90;
 }
</style>

background-color css

<style>
 a { background-color: #899D90; }

 a { background-color: rgb(137,157,144); }

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

border-color css

<style>
 span { border-color: #899D90; }

 span { border-color: rgb(137,157,144); }

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