#959483

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

Shades of Lemon Grass #959483

Tints of Lemon Grass #959483

Color information

#959483 (or 0x959483) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 83. RGB value is (149,148,131). Sum of RGB (Red+Green+Blue) = 149+148+131=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #959483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959483 is #6A6B7C. Grayscale: #929292. Windows color (decimal): -6974333 or 8623253. OLE color: 8623253.

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

Color convert

RGB149148131-
CMYK00.010.120.42
HSL56.67º7.83%54.9%-
HSV(B)56.67º12.08%58.43%-
XYZ27.0829.2125.68-
YUV146.36119.33129.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=34.81%
G=34.58%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914813100.010.120.4256.677.8354.9
Hex95948301C2A39837
Octal225224203011452711067
Binary1001010110010100100000110111001010101110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959483; }

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

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

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

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

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

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

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

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