Html Css Color HEX #8E9085 Lemon Grass

📋 copy color: '#8E9085'

red 142 ◦ green 144 ◦ blue 133

#8E9085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #8E9085

Tints of Lemon Grass #8E9085

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 value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E9085 (or 0x8E9085) is known color: 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

RGB 142 144 133 -
CMYK 0.01 0 0.08 0.44
HSL 70.91º 0.05% 0.54% -
HSV(B) 70.91º 0.08% 0.56% -
XYZ 25.36 27.39 26.14 -
YUV 142.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 142 144 133 0.01 0 0.08 0.44 70.91 0.05 0.54
Hex 8E 90 85 1 0 8 2C 47 5 36
Octal 216 220 205 1 0 10 54 107 5 66
Binary 10001110 10010000 10000101 1 0 1000 101100 1000111 101 110110

Color Harmonies of #8E9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9085

Black with #8E9085

Text Example


Text Example

White with #8E9085

Text Example


Text Example

HTML Codes & Css Web 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>