Html Css Color HEX #89948E Granny Smith

📋 copy color: '#89948E'

red 137 ◦ green 148 ◦ blue 142

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

Shades of Granny Smith #89948E

Tints of Granny Smith #89948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 32.08%
G = 34.66%
B = 33.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#89948E (or 0x89948E) is known color: Granny Smith. HEX triplet: 89, 94 and 8E. RGB value is (137,148,142). Sum of RGB (Red+Green+Blue) = 137+148+142=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #89948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89948E is #766B71. Grayscale: #909090. Windows color (decimal): -7760754 or 9344137. OLE color: 9344137.

HSL color Cylindrical-coordinate representation of color #89948E: hue angle of 147.27º 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 #89948E is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 142 -
CMYK 0.07 0 0.04 0.42
HSL 147.27º 0.05% 0.56% -
HSV(B) 147.27º 0.07% 0.58% -
XYZ 25.79 28.45 29.72 -
YUV 144.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 137 148 142 0.07 0 0.04 0.42 147.27 0.05 0.56
Hex 89 94 8E 7 0 4 2A 93 5 38
Octal 211 224 216 7 0 4 52 223 5 70
Binary 10001001 10010100 10001110 111 0 100 101010 10010011 101 111000

Color Harmonies of #89948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89948E

Black with #89948E

Text Example


Text Example

White with #89948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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