#939285

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

Shades of Lemon Grass #939285

Tints of Lemon Grass #939285

Color information

#939285 (or 0x939285) is unknown color: approx Lemon Grass. HEX triplet: 93, 92 and 85. RGB value is (147,146,133). Sum of RGB (Red+Green+Blue) = 147+146+133=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 147 - color contains mainly: red. Hex color #939285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939285 is #6C6D7A. Grayscale: #909090. Windows color (decimal): -7105915 or 8753811. OLE color: 8753811.

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

Color convert

RGB147146133-
CMYK00.010.100.42
HSL55.71º6.09%54.9%-
HSV(B)55.71º9.52%57.65%-
XYZ26.5528.4526.28-
YUV144.82121.33129.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=34.51%
G=34.27%
B=31.22%

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
Decimal14714613300.010.100.4255.716.0954.9
Hex93928501A2A38637
Octal22322220501125270667
Binary100100111001001010000101011010101010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939285; }

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

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

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

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

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

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

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

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