#949383

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

Shades of Lemon Grass #949383

Tints of Lemon Grass #949383

Color information

#949383 (or 0x949383) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 83. RGB value is (148,147,131). Sum of RGB (Red+Green+Blue) = 148+147+131=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #949383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949383 is #6B6C7C. Grayscale: #919191. Windows color (decimal): -7040125 or 8622996. OLE color: 8622996.

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

Color convert

RGB148147131-
CMYK00.010.110.42
HSL56.47º7.36%54.71%-
HSV(B)56.47º11.49%58.04%-
XYZ26.7428.825.62-
YUV145.48119.83129.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=34.74%
G=34.51%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814713100.010.110.4256.477.3654.71
Hex94938301B2A38737
Octal22422320301135270767
Binary100101001001001110000011011011101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949383; }

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

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

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

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

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

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

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

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