#92957F

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

Shades of Lemon Grass #92957F

Tints of Lemon Grass #92957F

Color information

#92957F (or 0x92957F) is unknown color: approx Lemon Grass. HEX triplet: 92, 95 and 7F. RGB value is (146,149,127). Sum of RGB (Red+Green+Blue) = 146+149+127=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #92957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92957F is #6D6A80. Grayscale: #919191. Windows color (decimal): -7170689 or 8361362. OLE color: 8361362.

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

Color convert

RGB146149127-
CMYK0.0200.150.42
HSL68.18º9.4%54.12%-
HSV(B)68.18º14.77%58.43%-
XYZ26.4329.1424.31-
YUV145.6117.51128.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 127 (50% from 255) = 30.09%
R=34.60%
G=35.31%
B=30.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491270.0200.150.4268.189.454.12
Hex92957F20F2A44936
Octal2222251772017521041166
Binary10010010100101011111111100111110101010001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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