#949385

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

Shades of Lemon Grass #949385

Tints of Lemon Grass #949385

Color information

#949385 (or 0x949385) is unknown color: approx Lemon Grass. HEX triplet: 94, 93 and 85. RGB value is (148,147,133). Sum of RGB (Red+Green+Blue) = 148+147+133=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #949385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949385 is #6B6C7A. Grayscale: #919191. Windows color (decimal): -7040123 or 8754068. OLE color: 8754068.

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

Color convert

RGB148147133-
CMYK00.010.100.42
HSL56º6.55%55.1%-
HSV(B)56º10.14%58.04%-
XYZ26.8828.8626.34-
YUV145.7120.83129.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=34.58%
G=34.35%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814713300.010.100.42566.5555.1
Hex94938501A2A38737
Octal22422320501125270767
Binary100101001001001110000101011010101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949385; }

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

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

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

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

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

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

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

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