#959481

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

Shades of Lemon Grass #959481

Tints of Lemon Grass #959481

Color information

#959481 (or 0x959481) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 81. RGB value is (149,148,129). Sum of RGB (Red+Green+Blue) = 149+148+129=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #959481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959481 is #6A6B7E. Grayscale: #929292. Windows color (decimal): -6974335 or 8492181. OLE color: 8492181.

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

Color convert

RGB149148129-
CMYK00.010.130.42
HSL57º8.62%54.51%-
HSV(B)57º13.42%58.43%-
XYZ26.9529.1524.98-
YUV146.13118.33130.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=34.98%
G=34.74%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914812900.010.130.42578.6254.51
Hex95948101D2A39937
Octal225224201011552711167
Binary1001010110010100100000010111011010101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959481; }

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

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

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

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

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

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

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

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