Html Css Color HEX #899B90 Envy

📋 copy color: '#899B90'

red 137 ◦ green 155 ◦ blue 144

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

Shades of Envy #899B90

Tints of Envy #899B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.55%

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

R = 31.42%
G = 35.55%
B = 33.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#899B90 (or 0x899B90) is known color: Envy. HEX triplet: 89, 9B and 90. RGB value is (137,155,144). Sum of RGB (Red+Green+Blue) = 137+155+144=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #899B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B90 is #76646F. Grayscale: #949494. Windows color (decimal): -7758960 or 9477001. OLE color: 9477001.

HSL color Cylindrical-coordinate representation of color #899B90: hue angle of 143.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B90 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 144 -
CMYK 0.12 0 0.07 0.39
HSL 143.33º 0.08% 0.57% -
HSV(B) 143.33º 0.12% 0.61% -
XYZ 27.07 30.77 30.9 -
YUV 148.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 137 155 144 0.12 0 0.07 0.39 143.33 0.08 0.57
Hex 89 9B 90 C 0 7 27 8F 8 39
Octal 211 233 220 14 0 7 47 217 10 71
Binary 10001001 10011011 10010000 1100 0 111 100111 10001111 1000 111001

Color Harmonies of #899B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B90

Black with #899B90

Text Example


Text Example

White with #899B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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