#969580

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

Shades of Lemon Grass #969580

Tints of Lemon Grass #969580

Color information

#969580 (or 0x969580) is unknown color: approx Lemon Grass. HEX triplet: 96, 95 and 80. RGB value is (150,149,128). Sum of RGB (Red+Green+Blue) = 150+149+128=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969580 is #696A7F. Grayscale: #929292. Windows color (decimal): -6908544 or 8426902. OLE color: 8426902.

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

Color convert

RGB150149128-
CMYK00.010.150.41
HSL57.27º9.48%54.51%-
HSV(B)57.27º14.67%58.82%-
XYZ27.2229.5424.69-
YUV146.9117.33130.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=35.13%
G=34.89%
B=29.98%

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
Decimal15014912800.010.150.4157.279.4854.51
Hex96958001F2939937
Octal226225200011751711167
Binary1001011010010101100000000111111010011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969580; }

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

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

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

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

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

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

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

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