#92927E

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

Shades of Lemon Grass #92927E

Tints of Lemon Grass #92927E

Color information

#92927E (or 0x92927E) is unknown color: approx Lemon Grass. HEX triplet: 92, 92 and 7E. RGB value is (146,146,126). Sum of RGB (Red+Green+Blue) = 146+146+126=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 146 - color contains mainly: red, green. Hex color #92927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92927E is #6D6D81. Grayscale: #8F8F8F. Windows color (decimal): -7171458 or 8295058. OLE color: 8295058.

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

Color convert

RGB146146126-
CMYK000.140.43
HSL60º8.4%53.33%-
HSV(B)60º13.7%57.25%-
XYZ25.928.1823.81-
YUV143.72118129.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=34.93%
G=34.93%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146146126000.140.43608.453.33
Hex92927E00E2B3c835
Octal222222176001653741065
Binary100100101001001011111100011101010111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92927E; }

 p { color: rgb(146,146,126); }

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

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

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

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

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

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

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