#929480

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

Shades of Lemon Grass #929480

Tints of Lemon Grass #929480

Color information

#929480 (or 0x929480) is unknown color: approx Lemon Grass. HEX triplet: 92, 94 and 80. RGB value is (146,148,128). Sum of RGB (Red+Green+Blue) = 146+148+128=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #929480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929480 is #6D6B7F. Grayscale: #919191. Windows color (decimal): -7170944 or 8426642. OLE color: 8426642.

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

Color convert

RGB146148128-
CMYK0.0100.140.42
HSL66º8.55%54.12%-
HSV(B)66º13.51%58.04%-
XYZ26.3428.8524.6-
YUV145.12118.34128.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=34.60%
G=35.07%
B=30.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481280.0100.140.42668.5554.12
Hex92948010E2A42936
Octal2222242001016521021166
Binary10010010100101001000000010111010101010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929480; }

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

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

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

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

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

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

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

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