#8F9180

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

Shades of Lemon Grass #8F9180

Tints of Lemon Grass #8F9180

Color information

#8F9180 (or 0x8F9180) is unknown color: approx Lemon Grass. HEX triplet: 8F, 91 and 80. RGB value is (143,145,128). Sum of RGB (Red+Green+Blue) = 143+145+128=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9180 is #706E7F. Grayscale: #8E8E8E. Windows color (decimal): -7368320 or 8425871. OLE color: 8425871.

HSL color Cylindrical-coordinate representation of color #8F9180: hue angle of 67.06º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9180 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB143145128-
CMYK0.0100.120.43
HSL67.06º7.17%53.53%-
HSV(B)67.06º11.72%56.86%-
XYZ25.3527.6524.42-
YUV142.46119.84128.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=34.38%
G=34.86%
B=30.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431451280.0100.120.4367.067.1753.53
Hex8F918010C2B43736
Octal217221200101453103766
Binary1000111110010001100000001011001010111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,145,128); }

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

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

 a { background-color: rgb(143,145,128); }

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

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

 span { border-color: rgb(143,145,128); }

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