#8E9291

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

Shades of Granny Smith #8E9291

Tints of Granny Smith #8E9291

Color information

#8E9291 (or 0x8E9291) is unknown color: approx Granny Smith. HEX triplet: 8E, 92 and 91. RGB value is (142,146,145). Sum of RGB (Red+Green+Blue) = 142+146+145=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9291 is #716D6E. Grayscale: #909090. Windows color (decimal): -7433583 or 9540238. OLE color: 9540238.

HSL color Cylindrical-coordinate representation of color #8E9291: hue angle of 165º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E9291 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB142146145-
CMYK0.0300.010.43
HSL165º1.8%56.47%-
HSV(B)165º2.74%57.25%-
XYZ26.5528.3530.86-
YUV144.69128.17126.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=32.79%
G=33.72%
B=33.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461450.0300.010.431651.856.47
Hex8E92913012Ba5238
Octal21622222130153245270
Binary10001110100100101001000111011010111010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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