Html Css Color HEX #899A8C Envy

📋 copy color: '#899A8C'

red 137 ◦ green 154 ◦ blue 140

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

Shades of Envy #899A8C

Tints of Envy #899A8C

RGB

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

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

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

R = 31.79%
G = 35.73%
B = 32.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#899A8C (or 0x899A8C) is known color: Envy. HEX triplet: 89, 9A and 8C. RGB value is (137,154,140). Sum of RGB (Red+Green+Blue) = 137+154+140=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 154 - color contains mainly: green. Hex color #899A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A8C is #766573. Grayscale: #939393. Windows color (decimal): -7759220 or 9214601. OLE color: 9214601.

HSL color Cylindrical-coordinate representation of color #899A8C: hue angle of 130.59º 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 #899A8C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 154 140 -
CMYK 0.11 0 0.09 0.40
HSL 130.59º 0.08% 0.57% -
HSV(B) 130.59º 0.11% 0.6% -
XYZ 26.61 30.32 29.26 -
YUV 147.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 137 154 140 0.11 0 0.09 0.40 130.59 0.08 0.57
Hex 89 9A 8C B 0 9 28 83 8 39
Octal 211 232 214 13 0 11 50 203 10 71
Binary 10001001 10011010 10001100 1011 0 1001 101000 10000011 1000 111001

Color Harmonies of #899A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A8C

Black with #899A8C

Text Example


Text Example

White with #899A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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