#909284

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

Shades of Lemon Grass #909284

Tints of Lemon Grass #909284

Color information

#909284 (or 0x909284) is unknown color: approx Lemon Grass. HEX triplet: 90, 92 and 84. RGB value is (144,146,132). Sum of RGB (Red+Green+Blue) = 144+146+132=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #909284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909284 is #6F6D7B. Grayscale: #8F8F8F. Windows color (decimal): -7302524 or 8688272. OLE color: 8688272.

HSL color Cylindrical-coordinate representation of color #909284: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #909284 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB144146132-
CMYK0.0100.100.43
HSL68.57º6.03%54.51%-
HSV(B)68.57º9.59%57.25%-
XYZ25.9528.1525.9-
YUV143.81121.34128.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=34.12%
G=34.60%
B=31.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441461320.0100.100.4368.576.0354.51
Hex90928410A2B45637
Octal220222204101253105667
Binary1001000010010010100001001010101010111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909284; }

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

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

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

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

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

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

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

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