#929380

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

Shades of Lemon Grass #929380

Tints of Lemon Grass #929380

Color information

#929380 (or 0x929380) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 80. RGB value is (146,147,128). Sum of RGB (Red+Green+Blue) = 146+147+128=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #929380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929380 is #6D6C7F. Grayscale: #909090. Windows color (decimal): -7171200 or 8426386. OLE color: 8426386.

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

Color convert

RGB146147128-
CMYK0.0100.130.42
HSL63.16º8.09%53.92%-
HSV(B)63.16º12.93%57.65%-
XYZ26.1828.5424.55-
YUV144.54118.67129.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=34.68%
G=34.92%
B=30.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471280.0100.130.4263.168.0953.92
Hex92938010D2A3f836
Octal222223200101552771066
Binary1001001010010011100000001011011010101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929380; }

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

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

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

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

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

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

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

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