#8A9B94

Color #8A9B94 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #8A9B94

Tints of Granny Smith #8A9B94

Color information

#8A9B94 (or 0x8A9B94) is unknown color: approx Granny Smith. HEX triplet: 8A, 9B and 94. RGB value is (138,155,148). Sum of RGB (Red+Green+Blue) = 138+155+148=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B94 is #75646B. Grayscale: #959595. Windows color (decimal): -7693420 or 9739146. OLE color: 9739146.

HSL color Cylindrical-coordinate representation of color #8A9B94: hue angle of 155.29º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B94 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB138155148-
CMYK0.1100.050.39
HSL155.29º7.83%57.45%-
HSV(B)155.29º10.97%60.78%-
XYZ27.5530.9832.55-
YUV149.12127.37120.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=31.29%
G=35.15%
B=33.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551480.1100.050.39155.297.8357.45
Hex8A9B94B05279b839
Octal2122332241305472331071
Binary10001010100110111001010010110101100111100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9B94; }

 p { color: rgb(138,155,148); }

 H1.HeaderClassName
 {
   color: #8A9B94;
 }
 .AnyTagClassName
 {
   color: #8A9B94;
 }
</style>
background-color css

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

 a { background-color: rgb(138,155,148); }

 div.DivClassName
 {
   background-color: #8A9B94;
 }
 .BgClassName
 {
   background-color: #8A9B94;
 }
</style>
border-color css

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

 span { border-color: rgb(138,155,148); }

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