#929388

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

Shades of Lemon Grass #929388

Tints of Lemon Grass #929388

Color information

#929388 (or 0x929388) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 88. RGB value is (146,147,136). Sum of RGB (Red+Green+Blue) = 146+147+136=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #929388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929388 is #6D6C77. Grayscale: #919191. Windows color (decimal): -7171192 or 8950674. OLE color: 8950674.

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

Color convert

RGB146147136-
CMYK0.0100.070.42
HSL65.45º4.85%55.49%-
HSV(B)65.45º7.48%57.65%-
XYZ26.7328.7627.43-
YUV145.45122.67128.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=34.03%
G=34.27%
B=31.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471360.0100.070.4265.454.8555.49
Hex9293881072A41537
Octal22222321010752101567
Binary100100101001001110001000101111010101000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929388; }

 p { color: rgb(146,147,136); }

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

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

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

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

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

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

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