Html Css Color HEX #89908C Granny Smith

📋 copy color: '#89908C'

red 137 ◦ green 144 ◦ blue 140

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

Shades of Granny Smith #89908C

Tints of Granny Smith #89908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

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

R = 32.54%
G = 34.2%
B = 33.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#89908C (or 0x89908C) is known color: Granny Smith. HEX triplet: 89, 90 and 8C. RGB value is (137,144,140). Sum of RGB (Red+Green+Blue) = 137+144+140=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 144 - color contains mainly: green. Hex color #89908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89908C is #766F73. Grayscale: #8D8D8D. Windows color (decimal): -7761780 or 9212041. OLE color: 9212041.

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

Color convert

RGB 137 144 140 -
CMYK 0.05 0 0.03 0.44
HSL 145.71º 0.03% 0.55% -
HSV(B) 145.71º 0.05% 0.56% -
XYZ 25.02 27.16 28.73 -
YUV 141.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 137 144 140 0.05 0 0.03 0.44 145.71 0.03 0.55
Hex 89 90 8C 5 0 3 2C 92 3 37
Octal 211 220 214 5 0 3 54 222 3 67
Binary 10001001 10010000 10001100 101 0 11 101100 10010010 11 110111

Color Harmonies of #89908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89908C

Black with #89908C

Text Example


Text Example

White with #89908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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