#8E9085

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

Shades of Lemon Grass #8E9085

Tints of Lemon Grass #8E9085

Color information

#8E9085 (or 0x8E9085) is unknown color: approx Lemon Grass. HEX triplet: 8E, 90 and 85. RGB value is (142,144,133). Sum of RGB (Red+Green+Blue) = 142+144+133=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9085 is #716F7A. Grayscale: #8E8E8E. Windows color (decimal): -7434107 or 8753294. OLE color: 8753294.

HSL color Cylindrical-coordinate representation of color #8E9085: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9085 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB142144133-
CMYK0.0100.080.44
HSL70.91º4.72%54.31%-
HSV(B)70.91º7.64%56.47%-
XYZ25.3627.3926.14-
YUV142.15122.84127.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=33.89%
G=34.37%
B=31.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441330.0100.080.4470.914.7254.31
Hex8E90851082C47536
Octal216220205101054107566
Binary1000111010010000100001011010001011001000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9085; }

 p { color: rgb(142,144,133); }

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

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

 a { background-color: rgb(142,144,133); }

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

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

 span { border-color: rgb(142,144,133); }

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