#9A9B90

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

Shades of Lemon Grass #9A9B90

Tints of Lemon Grass #9A9B90

Color information

#9A9B90 (or 0x9A9B90) is unknown color: approx Lemon Grass. HEX triplet: 9A, 9B and 90. RGB value is (154,155,144). Sum of RGB (Red+Green+Blue) = 154+155+144=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9B90 is #65646F. Grayscale: #999999. Windows color (decimal): -6644848 or 9477018. OLE color: 9477018.

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

Color convert

RGB154155144-
CMYK0.0100.070.39
HSL65.45º5.21%58.63%-
HSV(B)65.45º7.1%60.78%-
XYZ30.0832.3331.04-
YUV153.45122.67128.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=34.00%
G=34.22%
B=31.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541551440.0100.070.3965.455.2158.63
Hex9A9B90107274153b
Octal23223322010747101573
Binary100110101001101110010000101111001111000001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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