#919288

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

Shades of Lemon Grass #919288

Tints of Lemon Grass #919288

Color information

#919288 (or 0x919288) is unknown color: approx Lemon Grass. HEX triplet: 91, 92 and 88. RGB value is (145,146,136). Sum of RGB (Red+Green+Blue) = 145+146+136=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 146 - color contains mainly: green. Hex color #919288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919288 is #6E6D77. Grayscale: #909090. Windows color (decimal): -7236984 or 8950417. OLE color: 8950417.

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

Color convert

RGB145146136-
CMYK0.0100.070.43
HSL66º4.39%55.29%-
HSV(B)66º6.85%57.25%-
XYZ26.428.3627.37-
YUV144.56123.17128.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=33.96%
G=34.19%
B=31.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451461360.0100.070.43664.3955.29
Hex9192881072B42437
Octal22122221010753102467
Binary100100011001001010001000101111010111000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919288; }

 p { color: rgb(145,146,136); }

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

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

 a { background-color: rgb(145,146,136); }

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

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

 span { border-color: rgb(145,146,136); }

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