#909492

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

Shades of Granny Smith #909492

Tints of Granny Smith #909492

Color information

#909492 (or 0x909492) is unknown color: approx Granny Smith. HEX triplet: 90, 94 and 92. RGB value is (144,148,146). Sum of RGB (Red+Green+Blue) = 144+148+146=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 148 - color contains mainly: green. Hex color #909492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909492 is #6F6B6D. Grayscale: #929292. Windows color (decimal): -7301998 or 9606288. OLE color: 9606288.

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

Color convert

RGB144148146-
CMYK0.0300.010.42
HSL150º1.83%57.25%-
HSV(B)150º2.7%58.04%-
XYZ27.2829.1831.39-
YUV146.58127.67126.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.88%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=32.88%
G=33.79%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481460.0300.010.421501.8357.25
Hex9094923012A96239
Octal22022422230152226271
Binary10010000100101001001001011011010101001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909492; }

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

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

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

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

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

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

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

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