#8C9492

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

Shades of Granny Smith #8C9492

Tints of Granny Smith #8C9492

Color information

#8C9492 (or 0x8C9492) is unknown color: approx Granny Smith. HEX triplet: 8C, 94 and 92. RGB value is (140,148,146). Sum of RGB (Red+Green+Blue) = 140+148+146=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9492 is #736B6D. Grayscale: #919191. Windows color (decimal): -7564142 or 9606284. OLE color: 9606284.

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

Color convert

RGB140148146-
CMYK0.0500.010.42
HSL165º3.6%56.47%-
HSV(B)165º5.41%58.04%-
XYZ26.5928.8331.36-
YUV145.38128.35124.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=32.26%
G=34.10%
B=33.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481460.0500.010.421653.656.47
Hex8C94925012Aa5438
Octal21422422250152245470
Binary1000110010010100100100101010110101010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,146); }

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

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

 a { background-color: rgb(140,148,146); }

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

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

 span { border-color: rgb(140,148,146); }

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