#919481

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

Shades of Lemon Grass #919481

Tints of Lemon Grass #919481

Color information

#919481 (or 0x919481) is unknown color: approx Lemon Grass. HEX triplet: 91, 94 and 81. RGB value is (145,148,129). Sum of RGB (Red+Green+Blue) = 145+148+129=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #919481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919481 is #6E6B7E. Grayscale: #919191. Windows color (decimal): -7236479 or 8492177. OLE color: 8492177.

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

Color convert

RGB145148129-
CMYK0.0200.130.42
HSL69.47º8.15%54.31%-
HSV(B)69.47º12.84%58.04%-
XYZ26.2328.7824.94-
YUV144.94119.01128.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=34.36%
G=35.07%
B=30.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481290.0200.130.4269.478.1554.31
Hex91948120D2A45836
Octal2212242012015521051066
Binary100100011001010010000001100110110101010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919481; }

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

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

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

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

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

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

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

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