#989B84

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

Shades of Lemon Grass #989B84

Tints of Lemon Grass #989B84

Color information

#989B84 (or 0x989B84) is unknown color: approx Lemon Grass. HEX triplet: 98, 9B and 84. RGB value is (152,155,132). Sum of RGB (Red+Green+Blue) = 152+155+132=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #989B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B84 is #67647B. Grayscale: #979797. Windows color (decimal): -6775932 or 8690584. OLE color: 8690584.

HSL color Cylindrical-coordinate representation of color #989B84: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #989B84 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB152155132-
CMYK0.0200.150.39
HSL67.83º10.31%56.27%-
HSV(B)67.83º14.84%60.78%-
XYZ28.8431.7826.44-
YUV151.48117.01128.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=34.62%
G=35.31%
B=30.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551320.0200.150.3967.8310.3156.27
Hex989B8420F2744a38
Octal2302332042017471041270
Binary100110001001101110000100100111110011110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989B84; }

 p { color: rgb(152,155,132); }

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

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

 a { background-color: rgb(152,155,132); }

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

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

 span { border-color: rgb(152,155,132); }

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