#929180

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

Shades of Lemon Grass #929180

Tints of Lemon Grass #929180

Color information

#929180 (or 0x929180) is unknown color: approx Lemon Grass. HEX triplet: 92, 91 and 80. RGB value is (146,145,128). Sum of RGB (Red+Green+Blue) = 146+145+128=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #929180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929180 is #6D6E7F. Grayscale: #8F8F8F. Windows color (decimal): -7171712 or 8425874. OLE color: 8425874.

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

Color convert

RGB146145128-
CMYK00.010.120.43
HSL56.67º7.63%53.73%-
HSV(B)56.67º12.33%57.25%-
XYZ25.8827.9224.45-
YUV143.36119.33129.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=34.84%
G=34.61%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614512800.010.120.4356.677.6353.73
Hex92918001C2B39836
Octal222221200011453711066
Binary1001001010010001100000000111001010111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929180; }

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

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

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

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

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

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

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

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