#919189

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

Shades of Lemon Grass #919189

Tints of Lemon Grass #919189

Color information

#919189 (or 0x919189) is unknown color: approx Lemon Grass. HEX triplet: 91, 91 and 89. RGB value is (145,145,137). Sum of RGB (Red+Green+Blue) = 145+145+137=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919189 is #6E6E76. Grayscale: #909090. Windows color (decimal): -7237239 or 9015697. OLE color: 9015697.

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

Color convert

RGB145145137-
CMYK000.060.43
HSL60º3.51%55.29%-
HSV(B)60º5.52%56.86%-
XYZ26.3228.0827.7-
YUV144.09124128.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=33.96%
G=33.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145145137000.060.43603.5155.29
Hex9191890062B3c437
Octal2212212110065374467
Binary10010001100100011000100100110101011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919189; }

 p { color: rgb(145,145,137); }

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

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

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

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

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

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

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