#959382

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

Shades of Lemon Grass #959382

Tints of Lemon Grass #959382

Color information

#959382 (or 0x959382) is unknown color: approx Lemon Grass. HEX triplet: 95, 93 and 82. RGB value is (149,147,130). Sum of RGB (Red+Green+Blue) = 149+147+130=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #959382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959382 is #6A6C7D. Grayscale: #919191. Windows color (decimal): -6974590 or 8557461. OLE color: 8557461.

HSL color Cylindrical-coordinate representation of color #959382: hue angle of 53.68º degrees, saturation: 0.08, 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 #959382 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149147130-
CMYK00.010.130.42
HSL53.68º8.23%54.71%-
HSV(B)53.68º12.75%58.43%-
XYZ26.8628.8725.28-
YUV145.66119.16130.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=34.98%
G=34.51%
B=30.52%

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
Decimal14914713000.010.130.4253.688.2354.71
Hex95938201D2A36837
Octal225223202011552661067
Binary1001010110010011100000100111011010101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959382; }

 p { color: rgb(149,147,130); }

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

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

 a { background-color: rgb(149,147,130); }

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

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

 span { border-color: rgb(149,147,130); }

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