#929582

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

Shades of Lemon Grass #929582

Tints of Lemon Grass #929582

Color information

#929582 (or 0x929582) is unknown color: approx Lemon Grass. HEX triplet: 92, 95 and 82. RGB value is (146,149,130). Sum of RGB (Red+Green+Blue) = 146+149+130=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #929582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929582 is #6D6A7D. Grayscale: #929292. Windows color (decimal): -7170686 or 8557970. OLE color: 8557970.

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

Color convert

RGB146149130-
CMYK0.0200.130.42
HSL69.47º8.23%54.71%-
HSV(B)69.47º12.75%58.43%-
XYZ26.6329.2225.36-
YUV145.94119.01128.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=34.35%
G=35.06%
B=30.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491300.0200.130.4269.478.2354.71
Hex92958220D2A45837
Octal2222252022015521051067
Binary100100101001010110000010100110110101010001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929582; }

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

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

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

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

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

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

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

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