#9D9D90

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

Shades of Lemon Grass #9D9D90

Tints of Lemon Grass #9D9D90

Color information

#9D9D90 (or 0x9D9D90) is unknown color: approx Lemon Grass. HEX triplet: 9D, 9D and 90. RGB value is (157,157,144). Sum of RGB (Red+Green+Blue) = 157+157+144=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 157 - color contains mainly: red, green. Hex color #9D9D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9D90 is #62626F. Grayscale: #9B9B9B. Windows color (decimal): -6447728 or 9477533. OLE color: 9477533.

HSL color Cylindrical-coordinate representation of color #9D9D90: hue angle of 60º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9D90 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB157157144-
CMYK000.080.38
HSL60º6.22%59.02%-
HSV(B)60º8.28%61.57%-
XYZ3133.331.18-
YUV155.52121.5129.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.28%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=34.28%
G=34.28%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157157144000.080.38606.2259.02
Hex9D9D90008263c63b
Octal23523522000104674673
Binary100111011001110110010000001000100110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,157,144); }

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

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

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

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

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

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

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