#909383

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

Shades of Lemon Grass #909383

Tints of Lemon Grass #909383

Color information

#909383 (or 0x909383) is unknown color: approx Lemon Grass. HEX triplet: 90, 93 and 83. RGB value is (144,147,131). Sum of RGB (Red+Green+Blue) = 144+147+131=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #909383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909383 is #6F6C7C. Grayscale: #909090. Windows color (decimal): -7302269 or 8622992. OLE color: 8622992.

HSL color Cylindrical-coordinate representation of color #909383: 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 #909383 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB144147131-
CMYK0.0200.110.42
HSL71.25º6.9%54.51%-
HSV(B)71.25º10.88%57.65%-
XYZ26.0328.4425.59-
YUV144.28120.51127.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=34.12%
G=34.83%
B=31.04%

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
Decimal1441471310.0200.110.4271.256.954.51
Hex90938320B2A47737
Octal220223203201352107767
Binary10010000100100111000001110010111010101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909383; }

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

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

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

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

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

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

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

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