#92937F

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

Shades of Lemon Grass #92937F

Tints of Lemon Grass #92937F

Color information

#92937F (or 0x92937F) is unknown color: approx Lemon Grass. HEX triplet: 92, 93 and 7F. RGB value is (146,147,127). Sum of RGB (Red+Green+Blue) = 146+147+127=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #92937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92937F is #6D6C80. Grayscale: #909090. Windows color (decimal): -7171201 or 8360850. OLE color: 8360850.

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

Color convert

RGB146147127-
CMYK0.0100.140.42
HSL63º8.47%53.73%-
HSV(B)63º13.61%57.65%-
XYZ26.1228.5124.21-
YUV144.42118.17129.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 127 (50% from 255) = 30.24%
R=34.76%
G=35%
B=30.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471270.0100.140.42638.4753.73
Hex92937F10E2A3f836
Octal222223177101652771066
Binary100100101001001111111111011101010101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92937F; }

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

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

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

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

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

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

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

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