#929382

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

Shades of Lemon Grass #929382

Tints of Lemon Grass #929382

Color information

#929382 (or 0x929382) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 82. RGB value is (146,147,130). Sum of RGB (Red+Green+Blue) = 146+147+130=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #929382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929382 is #6D6C7D. Grayscale: #909090. Windows color (decimal): -7171198 or 8557458. OLE color: 8557458.

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

Color convert

RGB146147130-
CMYK0.0100.120.42
HSL63.53º7.3%54.31%-
HSV(B)63.53º11.56%57.65%-
XYZ26.3228.5925.25-
YUV144.76119.67128.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=34.52%
G=34.75%
B=30.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471300.0100.120.4263.537.354.31
Hex92938210C2A40736
Octal222223202101452100766
Binary1001001010010011100000101011001010101000000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929382; }

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

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

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

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

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

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

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

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