#929182

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

Shades of Lemon Grass #929182

Tints of Lemon Grass #929182

Color information

#929182 (or 0x929182) is unknown color: approx Lemon Grass. HEX triplet: 92, 91 and 82. RGB value is (146,145,130). Sum of RGB (Red+Green+Blue) = 146+145+130=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #929182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929182 is #6D6E7D. Grayscale: #8F8F8F. Windows color (decimal): -7171710 or 8556946. OLE color: 8556946.

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

Color convert

RGB146145130-
CMYK00.010.110.43
HSL56.25º6.84%54.12%-
HSV(B)56.25º10.96%57.25%-
XYZ26.0127.9725.15-
YUV143.59120.33129.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=34.68%
G=34.44%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614513000.010.110.4356.256.8454.12
Hex92918201B2B38736
Octal22222120201135370766
Binary100100101001000110000010011011101011111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929182; }

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

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

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

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

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

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

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

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