#949587

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

Shades of Lemon Grass #949587

Tints of Lemon Grass #949587

Color information

#949587 (or 0x949587) is unknown color: approx Lemon Grass. HEX triplet: 94, 95 and 87. RGB value is (148,149,135). Sum of RGB (Red+Green+Blue) = 148+149+135=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #949587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949587 is #6B6A78. Grayscale: #939393. Windows color (decimal): -7039609 or 8885652. OLE color: 8885652.

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

Color convert

RGB148149135-
CMYK0.0100.090.42
HSL64.29º6.19%55.69%-
HSV(B)64.29º9.4%58.43%-
XYZ27.3329.5427.18-
YUV147.1121.17128.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=34.26%
G=34.49%
B=31.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491350.0100.090.4264.296.1955.69
Hex9495871092A40638
Octal224225207101152100670
Binary1001010010010101100001111010011010101000000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949587; }

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

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

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

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

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

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

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

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