#92917F

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

Shades of Lemon Grass #92917F

Tints of Lemon Grass #92917F

Color information

#92917F (or 0x92917F) is unknown color: approx Lemon Grass. HEX triplet: 92, 91 and 7F. RGB value is (146,145,127). Sum of RGB (Red+Green+Blue) = 146+145+127=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #92917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92917F is #6D6E80. Grayscale: #8F8F8F. Windows color (decimal): -7171713 or 8360338. OLE color: 8360338.

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

Color convert

RGB146145127-
CMYK00.010.130.43
HSL56.84º8.02%53.53%-
HSV(B)56.84º13.01%57.25%-
XYZ25.8127.8924.1-
YUV143.25118.83129.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 127 (50% from 255) = 30.38%
R=34.93%
G=34.69%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614512700.010.130.4356.848.0253.53
Hex92917F01D2B39836
Octal222221177011553711066
Binary100100101001000111111110111011010111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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