#90917D

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

Shades of Lemon Grass #90917D

Tints of Lemon Grass #90917D

Color information

#90917D (or 0x90917D) is unknown color: approx Lemon Grass. HEX triplet: 90, 91 and 7D. RGB value is (144,145,125). Sum of RGB (Red+Green+Blue) = 144+145+125=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #90917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90917D is #6F6E82. Grayscale: #8E8E8E. Windows color (decimal): -7302787 or 8229264. OLE color: 8229264.

HSL color Cylindrical-coordinate representation of color #90917D: hue angle of 63º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90917D is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB144145125-
CMYK0.0100.140.43
HSL63º8.33%52.94%-
HSV(B)63º13.79%56.86%-
XYZ25.3327.6623.41-
YUV142.42118.17129.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=34.78%
G=35.02%
B=30.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441451250.0100.140.43638.3352.94
Hex90917D10E2B3f835
Octal220221175101653771065
Binary100100001001000111111011011101010111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90917D; }

 p { color: rgb(144,145,125); }

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

<style>
 a { background-color: #90917D; }

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

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

<style>
 span { border-color: #90917D; }

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

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