#919486

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

Shades of Lemon Grass #919486

Tints of Lemon Grass #919486

Color information

#919486 (or 0x919486) is unknown color: approx Lemon Grass. HEX triplet: 91, 94 and 86. RGB value is (145,148,134). Sum of RGB (Red+Green+Blue) = 145+148+134=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #919486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919486 is #6E6B79. Grayscale: #919191. Windows color (decimal): -7236474 or 8819857. OLE color: 8819857.

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

Color convert

RGB145148134-
CMYK0.0200.090.42
HSL72.86º6.14%55.29%-
HSV(B)72.86º9.46%58.04%-
XYZ26.5728.9226.74-
YUV145.51121.51127.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=33.96%
G=34.66%
B=31.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481340.0200.090.4272.866.1455.29
Hex9194862092A49637
Octal221224206201152111667
Binary10010001100101001000011010010011010101001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919486; }

 p { color: rgb(145,148,134); }

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

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

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

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

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

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

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