#919188

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

Shades of Lemon Grass #919188

Tints of Lemon Grass #919188

Color information

#919188 (or 0x919188) is unknown color: approx Lemon Grass. HEX triplet: 91, 91 and 88. RGB value is (145,145,136). Sum of RGB (Red+Green+Blue) = 145+145+136=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919188 is #6E6E77. Grayscale: #909090. Windows color (decimal): -7237240 or 8950161. OLE color: 8950161.

HSL color Cylindrical-coordinate representation of color #919188: 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 #919188 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145145136-
CMYK000.060.43
HSL60º3.93%55.1%-
HSV(B)60º6.21%56.86%-
XYZ26.2528.0527.32-
YUV143.97123.5128.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=34.04%
G=34.04%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145145136000.060.43603.9355.1
Hex9191880062B3c437
Octal2212212100065374467
Binary10010001100100011000100000110101011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919188; }

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

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

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

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

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

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

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

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