Html Css Color HEX #899A90 Envy

📋 copy color: '#899A90'

red 137 ◦ green 154 ◦ blue 144

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

Shades of Envy #899A90

Tints of Envy #899A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.4%

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

R = 31.49%
G = 35.4%
B = 33.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#899A90 (or 0x899A90) is known color: Envy. HEX triplet: 89, 9A and 90. RGB value is (137,154,144). Sum of RGB (Red+Green+Blue) = 137+154+144=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 154 - color contains mainly: green. Hex color #899A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A90 is #76656F. Grayscale: #939393. Windows color (decimal): -7759216 or 9476745. OLE color: 9476745.

HSL color Cylindrical-coordinate representation of color #899A90: hue angle of 144.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899A90 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 154 144 -
CMYK 0.11 0 0.06 0.40
HSL 144.71º 0.08% 0.57% -
HSV(B) 144.71º 0.11% 0.6% -
XYZ 26.91 30.44 30.84 -
YUV 147.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 137 154 144 0.11 0 0.06 0.40 144.71 0.08 0.57
Hex 89 9A 90 B 0 6 28 91 8 39
Octal 211 232 220 13 0 6 50 221 10 71
Binary 10001001 10011010 10010000 1011 0 110 101000 10010001 1000 111001

Color Harmonies of #899A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A90

Black with #899A90

Text Example


Text Example

White with #899A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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