#919385

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

Shades of Lemon Grass #919385

Tints of Lemon Grass #919385

Color information

#919385 (or 0x919385) is unknown color: approx Lemon Grass. HEX triplet: 91, 93 and 85. RGB value is (145,147,133). Sum of RGB (Red+Green+Blue) = 145+147+133=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #919385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919385 is #6E6C7A. Grayscale: #909090. Windows color (decimal): -7236731 or 8754065. OLE color: 8754065.

HSL color Cylindrical-coordinate representation of color #919385: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919385 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB145147133-
CMYK0.0100.100.42
HSL68.57º6.09%54.9%-
HSV(B)68.57º9.52%57.65%-
XYZ26.3428.5826.32-
YUV144.81121.34128.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=34.12%
G=34.59%
B=31.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471330.0100.100.4268.576.0954.9
Hex91938510A2A45637
Octal221223205101252105667
Binary1001000110010011100001011010101010101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919385; }

 p { color: rgb(145,147,133); }

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

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

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

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

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

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

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