#909381

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

Shades of Lemon Grass #909381

Tints of Lemon Grass #909381

Color information

#909381 (or 0x909381) is unknown color: approx Lemon Grass. HEX triplet: 90, 93 and 81. RGB value is (144,147,129). Sum of RGB (Red+Green+Blue) = 144+147+129=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #909381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909381 is #6F6C7E. Grayscale: #909090. Windows color (decimal): -7302271 or 8491920. OLE color: 8491920.

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

Color convert

RGB144147129-
CMYK0.0200.120.42
HSL70º7.69%54.12%-
HSV(B)70º12.24%57.65%-
XYZ25.928.3824.88-
YUV144.05119.51127.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=34.29%
G=35%
B=30.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471290.0200.120.42707.6954.12
Hex90938120C2A46836
Octal2202232012014521061066
Binary100100001001001110000001100110010101010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909381; }

 p { color: rgb(144,147,129); }

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

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

 a { background-color: rgb(144,147,129); }

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

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

 span { border-color: rgb(144,147,129); }

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