Html Css Color HEX #899490 Granny Smith

📋 copy color: '#899490'

red 137 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #899490

Tints of Granny Smith #899490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

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

R = 31.93%
G = 34.5%
B = 33.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#899490 (or 0x899490) is known color: Granny Smith. HEX triplet: 89, 94 and 90. RGB value is (137,148,144). Sum of RGB (Red+Green+Blue) = 137+148+144=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #899490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899490 is #766B6F. Grayscale: #909090. Windows color (decimal): -7760752 or 9475209. OLE color: 9475209.

HSL color Cylindrical-coordinate representation of color #899490: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899490 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 144 -
CMYK 0.07 0 0.03 0.42
HSL 158.18º 0.05% 0.56% -
HSV(B) 158.18º 0.07% 0.58% -
XYZ 25.94 28.51 30.52 -
YUV 144.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 137 148 144 0.07 0 0.03 0.42 158.18 0.05 0.56
Hex 89 94 90 7 0 3 2A 9E 5 38
Octal 211 224 220 7 0 3 52 236 5 70
Binary 10001001 10010100 10010000 111 0 11 101010 10011110 101 111000

Color Harmonies of #899490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899490

Black with #899490

Text Example


Text Example

White with #899490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899490; }

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

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

background-color css

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

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

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

border-color css

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

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

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