#8D9893

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

Shades of Granny Smith #8D9893

Tints of Granny Smith #8D9893

Color information

#8D9893 (or 0x8D9893) is unknown color: approx Granny Smith. HEX triplet: 8D, 98 and 93. RGB value is (141,152,147). Sum of RGB (Red+Green+Blue) = 141+152+147=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9893 is #72676C. Grayscale: #949494. Windows color (decimal): -7497581 or 9672845. OLE color: 9672845.

HSL color Cylindrical-coordinate representation of color #8D9893: hue angle of 152.73º 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 #8D9893 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB141152147-
CMYK0.0700.030.40
HSL152.73º5.07%57.45%-
HSV(B)152.73º7.24%59.61%-
XYZ27.4830.2331.99-
YUV148.14127.36122.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=32.05%
G=34.55%
B=33.41%

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
Decimal1411521470.0700.030.40152.735.0757.45
Hex8D98937032899539
Octal21523022370350231571
Binary10001101100110001001001111101110100010011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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