#949589

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

Shades of Lemon Grass #949589

Tints of Lemon Grass #949589

Color information

#949589 (or 0x949589) is unknown color: approx Lemon Grass. HEX triplet: 94, 95 and 89. RGB value is (148,149,137). Sum of RGB (Red+Green+Blue) = 148+149+137=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #949589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949589 is #6B6A76. Grayscale: #939393. Windows color (decimal): -7039607 or 9016724. OLE color: 9016724.

HSL color Cylindrical-coordinate representation of color #949589: hue angle of 65º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #949589 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148149137-
CMYK0.0100.080.42
HSL65º5.36%56.08%-
HSV(B)65º8.05%58.43%-
XYZ27.4829.627.93-
YUV147.33122.17128.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=34.10%
G=34.33%
B=31.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491370.0100.080.42655.3656.08
Hex9495891082A41538
Octal224225211101052101570
Binary1001010010010101100010011010001010101000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949589; }

 p { color: rgb(148,149,137); }

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

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

 a { background-color: rgb(148,149,137); }

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

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

 span { border-color: rgb(148,149,137); }

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