#969480

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

Shades of Lemon Grass #969480

Tints of Lemon Grass #969480

Color information

#969480 (or 0x969480) is unknown color: approx Lemon Grass. HEX triplet: 96, 94 and 80. RGB value is (150,148,128). Sum of RGB (Red+Green+Blue) = 150+148+128=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #969480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969480 is #696B7F. Grayscale: #929292. Windows color (decimal): -6908800 or 8426646. OLE color: 8426646.

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

Color convert

RGB150148128-
CMYK00.010.150.41
HSL54.55º9.48%54.51%-
HSV(B)54.55º14.67%58.82%-
XYZ27.0629.2224.64-
YUV146.32117.66130.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=35.21%
G=34.74%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014812800.010.150.4154.559.4854.51
Hex96948001F2937937
Octal226224200011751671167
Binary1001011010010100100000000111111010011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969480; }

 p { color: rgb(150,148,128); }

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

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

 a { background-color: rgb(150,148,128); }

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

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

 span { border-color: rgb(150,148,128); }

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