#969582

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

Shades of Lemon Grass #969582

Tints of Lemon Grass #969582

Color information

#969582 (or 0x969582) is unknown color: approx Lemon Grass. HEX triplet: 96, 95 and 82. RGB value is (150,149,130). Sum of RGB (Red+Green+Blue) = 150+149+130=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969582 is #696A7D. Grayscale: #939393. Windows color (decimal): -6908542 or 8557974. OLE color: 8557974.

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

Color convert

RGB150149130-
CMYK00.010.130.41
HSL57º8.7%54.9%-
HSV(B)57º13.33%58.82%-
XYZ27.3529.5925.39-
YUV147.13118.33130.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=34.97%
G=34.73%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014913000.010.130.41578.754.9
Hex96958201D2939937
Octal226225202011551711167
Binary1001011010010101100000100111011010011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969582; }

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

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

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

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

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

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

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

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