#959484

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

Shades of Lemon Grass #959484

Tints of Lemon Grass #959484

Color information

#959484 (or 0x959484) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 84. RGB value is (149,148,132). Sum of RGB (Red+Green+Blue) = 149+148+132=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #959484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959484 is #6A6B7B. Grayscale: #929292. Windows color (decimal): -6974332 or 8688789. OLE color: 8688789.

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

Color convert

RGB149148132-
CMYK00.010.110.42
HSL56.47º7.42%55.1%-
HSV(B)56.47º11.41%58.43%-
XYZ27.1529.2426.04-
YUV146.48119.83129.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=34.73%
G=34.50%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914813200.010.110.4256.477.4255.1
Hex95948401B2A38737
Octal22522420401135270767
Binary100101011001010010000100011011101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959484; }

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

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

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

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

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

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

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

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