#959485

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

Shades of Lemon Grass #959485

Tints of Lemon Grass #959485

Color information

#959485 (or 0x959485) is unknown color: approx Lemon Grass. HEX triplet: 95, 94 and 85. RGB value is (149,148,133). Sum of RGB (Red+Green+Blue) = 149+148+133=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959485 is #6A6B7A. Grayscale: #929292. Windows color (decimal): -6974331 or 8754325. OLE color: 8754325.

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

Color convert

RGB149148133-
CMYK00.010.110.42
HSL56.25º7.02%55.29%-
HSV(B)56.25º10.74%58.43%-
XYZ27.2229.2626.4-
YUV146.59120.33129.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=34.65%
G=34.42%
B=30.93%

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
Decimal14914813300.010.110.4256.257.0255.29
Hex95948501B2A38737
Octal22522420501135270767
Binary100101011001010010000101011011101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959485; }

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

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

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

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

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

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

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

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