#909280

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

Shades of Lemon Grass #909280

Tints of Lemon Grass #909280

Color information

#909280 (or 0x909280) is unknown color: approx Lemon Grass. HEX triplet: 90, 92 and 80. RGB value is (144,146,128). Sum of RGB (Red+Green+Blue) = 144+146+128=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #909280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909280 is #6F6D7F. Grayscale: #8F8F8F. Windows color (decimal): -7302528 or 8426128. OLE color: 8426128.

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

Color convert

RGB144146128-
CMYK0.0100.120.43
HSL66.67º7.63%53.73%-
HSV(B)66.67º12.33%57.25%-
XYZ25.6828.0524.48-
YUV143.35119.34128.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=34.45%
G=34.93%
B=30.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441461280.0100.120.4366.677.6353.73
Hex90928010C2B43836
Octal2202222001014531031066
Binary10010000100100101000000010110010101110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909280; }

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

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

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

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

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

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

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

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