#8D9894

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

Shades of Granny Smith #8D9894

Tints of Granny Smith #8D9894

Color information

#8D9894 (or 0x8D9894) is unknown color: approx Granny Smith. HEX triplet: 8D, 98 and 94. RGB value is (141,152,148). Sum of RGB (Red+Green+Blue) = 141+152+148=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9894 is #72676B. Grayscale: #949494. Windows color (decimal): -7497580 or 9738381. OLE color: 9738381.

HSL color Cylindrical-coordinate representation of color #8D9894: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9894 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB141152148-
CMYK0.0700.030.40
HSL158.18º5.07%57.45%-
HSV(B)158.18º7.24%59.61%-
XYZ27.5630.2632.4-
YUV148.26127.86122.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=31.97%
G=34.47%
B=33.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411521480.0700.030.40158.185.0757.45
Hex8D9894703289e539
Octal21523022470350236571
Binary10001101100110001001010011101110100010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,152,148); }

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

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

 a { background-color: rgb(141,152,148); }

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

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

 span { border-color: rgb(141,152,148); }

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