#90927F

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

Shades of Lemon Grass #90927F

Tints of Lemon Grass #90927F

Color information

#90927F (or 0x90927F) is unknown color: approx Lemon Grass. HEX triplet: 90, 92 and 7F. RGB value is (144,146,127). Sum of RGB (Red+Green+Blue) = 144+146+127=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #90927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90927F is #6F6D80. Grayscale: #8F8F8F. Windows color (decimal): -7302529 or 8360592. OLE color: 8360592.

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

Color convert

RGB144146127-
CMYK0.0100.130.43
HSL66.32º8.02%53.53%-
HSV(B)66.32º13.01%57.25%-
XYZ25.6128.0224.14-
YUV143.24118.84128.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 127 (50% from 255) = 30.46%
R=34.53%
G=35.01%
B=30.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441461270.0100.130.4366.328.0253.53
Hex90927F10D2B42836
Octal2202221771015531021066
Binary1001000010010010111111110110110101110000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90927F; }

 p { color: rgb(144,146,127); }

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

<style>
 a { background-color: #90927F; }

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

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

<style>
 span { border-color: #90927F; }

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

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