#979B88

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

Shades of Lemon Grass #979B88

Tints of Lemon Grass #979B88

Color information

#979B88 (or 0x979B88) is unknown color: approx Lemon Grass. HEX triplet: 97, 9B and 88. RGB value is (151,155,136). Sum of RGB (Red+Green+Blue) = 151+155+136=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #979B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B88 is #686477. Grayscale: #979797. Windows color (decimal): -6841464 or 8952727. OLE color: 8952727.

HSL color Cylindrical-coordinate representation of color #979B88: hue angle of 72.63º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979B88 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB151155136-
CMYK0.0300.120.39
HSL72.63º8.68%57.06%-
HSV(B)72.63º12.26%60.78%-
XYZ28.9331.827.91-
YUV151.64119.17127.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=34.16%
G=35.07%
B=30.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551360.0300.120.3972.638.6857.06
Hex979B8830C2749939
Octal2272332103014471111171
Binary100101111001101110001000110110010011110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B88; }

 p { color: rgb(151,155,136); }

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

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

 a { background-color: rgb(151,155,136); }

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

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

 span { border-color: rgb(151,155,136); }

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