#9A9B8A

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

Shades of Lemon Grass #9A9B8A

Tints of Lemon Grass #9A9B8A

Color information

#9A9B8A (or 0x9A9B8A) is unknown color: approx Lemon Grass. HEX triplet: 9A, 9B and 8A. RGB value is (154,155,138). Sum of RGB (Red+Green+Blue) = 154+155+138=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9B8A is #656475. Grayscale: #989898. Windows color (decimal): -6644854 or 9083802. OLE color: 9083802.

HSL color Cylindrical-coordinate representation of color #9A9B8A: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A9B8A is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB154155138-
CMYK0.0100.110.39
HSL63.53º7.83%57.45%-
HSV(B)63.53º10.97%60.78%-
XYZ29.6432.1528.69-
YUV152.76119.67128.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=34.45%
G=34.68%
B=30.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541551380.0100.110.3963.537.8357.45
Hex9A9B8A10B2740839
Octal2322332121013471001071
Binary10011010100110111000101010101110011110000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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