#919484

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

Shades of Lemon Grass #919484

Tints of Lemon Grass #919484

Color information

#919484 (or 0x919484) is unknown color: approx Lemon Grass. HEX triplet: 91, 94 and 84. RGB value is (145,148,132). Sum of RGB (Red+Green+Blue) = 145+148+132=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #919484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919484 is #6E6B7B. Grayscale: #919191. Windows color (decimal): -7236476 or 8688785. OLE color: 8688785.

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

Color convert

RGB145148132-
CMYK0.0200.110.42
HSL71.25º6.96%54.9%-
HSV(B)71.25º10.81%58.04%-
XYZ26.4328.8726.01-
YUV145.28120.51127.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=34.12%
G=34.82%
B=31.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481320.0200.110.4271.256.9654.9
Hex91948420B2A47737
Octal221224204201352107767
Binary10010001100101001000010010010111010101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919484; }

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

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

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

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

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

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

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

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