#9A9B84

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

Shades of Lemon Grass #9A9B84

Tints of Lemon Grass #9A9B84

Color information

#9A9B84 (or 0x9A9B84) is unknown color: approx Lemon Grass. HEX triplet: 9A, 9B and 84. RGB value is (154,155,132). Sum of RGB (Red+Green+Blue) = 154+155+132=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9B84 is #65647B. Grayscale: #989898. Windows color (decimal): -6644860 or 8690586. OLE color: 8690586.

HSL color Cylindrical-coordinate representation of color #9A9B84: hue angle of 62.61º 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 #9A9B84 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB154155132-
CMYK0.0100.150.39
HSL62.61º10.31%56.27%-
HSV(B)62.61º14.84%60.78%-
XYZ29.2131.9826.46-
YUV152.08116.67129.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=34.92%
G=35.15%
B=29.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541551320.0100.150.3962.6110.3156.27
Hex9A9B8410F273fa38
Octal232233204101747771270
Binary1001101010011011100001001011111001111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9B84; }

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

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

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

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

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

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

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

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