Html Css Color HEX #89928E Granny Smith

📋 copy color: '#89928E'

red 137 ◦ green 146 ◦ blue 142

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

Shades of Granny Smith #89928E

Tints of Granny Smith #89928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

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

R = 32.24%
G = 34.35%
B = 33.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#89928E (or 0x89928E) is known color: Granny Smith. HEX triplet: 89, 92 and 8E. RGB value is (137,146,142). Sum of RGB (Red+Green+Blue) = 137+146+142=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 146 - color contains mainly: green. Hex color #89928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89928E is #766D71. Grayscale: #8E8E8E. Windows color (decimal): -7761266 or 9343625. OLE color: 9343625.

HSL color Cylindrical-coordinate representation of color #89928E: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89928E is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 142 -
CMYK 0.06 0 0.03 0.43
HSL 153.33º 0.04% 0.55% -
HSV(B) 153.33º 0.06% 0.57% -
XYZ 25.48 27.83 29.62 -
YUV 142.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 137 146 142 0.06 0 0.03 0.43 153.33 0.04 0.55
Hex 89 92 8E 6 0 3 2B 99 4 37
Octal 211 222 216 6 0 3 53 231 4 67
Binary 10001001 10010010 10001110 110 0 11 101011 10011001 100 110111

Color Harmonies of #89928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89928E

Black with #89928E

Text Example


Text Example

White with #89928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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