#929289

Color #929289 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #929289

Tints of Lemon Grass #929289

Color information

#929289 (or 0x929289) is unknown color: approx Lemon Grass. HEX triplet: 92, 92 and 89. RGB value is (146,146,137). Sum of RGB (Red+Green+Blue) = 146+146+137=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929289 is #6D6D76. Grayscale: #919191. Windows color (decimal): -7171447 or 9015954. OLE color: 9015954.

HSL color Cylindrical-coordinate representation of color #929289: hue angle of 60º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929289 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146146137-
CMYK000.060.43
HSL60º3.96%55.49%-
HSV(B)60º6.16%57.25%-
XYZ26.6528.4727.76-
YUV144.97123.5128.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=34.03%
G=34.03%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146146137000.060.43603.9655.49
Hex9292890062B3c437
Octal2222222110065374467
Binary10010010100100101000100100110101011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929289; }

 p { color: rgb(146,146,137); }

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

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

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

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

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

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

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