#979890

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

Shades of Lemon Grass #979890

Tints of Lemon Grass #979890

Color information

#979890 (or 0x979890) is unknown color: approx Lemon Grass. HEX triplet: 97, 98 and 90. RGB value is (151,152,144). Sum of RGB (Red+Green+Blue) = 151+152+144=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 152 - color contains mainly: green. Hex color #979890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979890 is #68676F. Grayscale: #969696. Windows color (decimal): -6842224 or 9476247. OLE color: 9476247.

HSL color Cylindrical-coordinate representation of color #979890: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979890 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB151152144-
CMYK0.0100.050.40
HSL67.5º3.74%58.04%-
HSV(B)67.5º5.26%59.61%-
XYZ29.0231.0530.85-
YUV150.79124.17128.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=33.78%
G=34.00%
B=32.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511521440.0100.050.4067.53.7458.04
Hex979890105284343a
Octal22723022010550103472
Binary100101111001100010010000101011010001000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979890; }

 p { color: rgb(151,152,144); }

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

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

 a { background-color: rgb(151,152,144); }

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

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

 span { border-color: rgb(151,152,144); }

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