#8F9182

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

Shades of Lemon Grass #8F9182

Tints of Lemon Grass #8F9182

Color information

#8F9182 (or 0x8F9182) is unknown color: approx Lemon Grass. HEX triplet: 8F, 91 and 82. RGB value is (143,145,130). Sum of RGB (Red+Green+Blue) = 143+145+130=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9182 is #706E7D. Grayscale: #8E8E8E. Windows color (decimal): -7368318 or 8556943. OLE color: 8556943.

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

Color convert

RGB143145130-
CMYK0.0100.100.43
HSL68º6.38%53.92%-
HSV(B)68º10.34%56.86%-
XYZ25.4827.725.12-
YUV142.69120.84128.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=34.21%
G=34.69%
B=31.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431451300.0100.100.43686.3853.92
Hex8F918210A2B44636
Octal217221202101253104666
Binary1000111110010001100000101010101010111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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