Html Css Color HEX #89928D Granny Smith

📋 copy color: '#89928D'

red 137 ◦ green 146 ◦ blue 141

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

Shades of Granny Smith #89928D

Tints of Granny Smith #89928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 32.31%
G = 34.43%
B = 33.25%

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

#89928D (or 0x89928D) is known color: Granny Smith. HEX triplet: 89, 92 and 8D. RGB value is (137,146,141). Sum of RGB (Red+Green+Blue) = 137+146+141=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 146 - color contains mainly: green. Hex color #89928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89928D is #766D72. Grayscale: #8E8E8E. Windows color (decimal): -7761267 or 9278089. OLE color: 9278089.

HSL color Cylindrical-coordinate representation of color #89928D: hue angle of 146.67º 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 #89928D is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 141 -
CMYK 0.06 0 0.03 0.43
HSL 146.67º 0.04% 0.55% -
HSV(B) 146.67º 0.06% 0.57% -
XYZ 25.4 27.8 29.23 -
YUV 142.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 137 146 141 0.06 0 0.03 0.43 146.67 0.04 0.55
Hex 89 92 8D 6 0 3 2B 93 4 37
Octal 211 222 215 6 0 3 53 223 4 67
Binary 10001001 10010010 10001101 110 0 11 101011 10010011 100 110111

Color Harmonies of #89928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89928D

Black with #89928D

Text Example


Text Example

White with #89928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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