#929186

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

Shades of Lemon Grass #929186

Tints of Lemon Grass #929186

Color information

#929186 (or 0x929186) is unknown color: approx Lemon Grass. HEX triplet: 92, 91 and 86. RGB value is (146,145,134). Sum of RGB (Red+Green+Blue) = 146+145+134=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #929186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929186 is #6D6E79. Grayscale: #909090. Windows color (decimal): -7171706 or 8819090. OLE color: 8819090.

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

Color convert

RGB146145134-
CMYK00.010.080.43
HSL55º5.22%54.9%-
HSV(B)55º8.22%57.25%-
XYZ26.2828.0826.59-
YUV144.05122.33129.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=34.35%
G=34.12%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614513400.010.080.43555.2254.9
Hex9291860182B37537
Octal22222120601105367567
Binary100100101001000110000110011000101011110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929186; }

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

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

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

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

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

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

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

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