#969889

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

Shades of Lemon Grass #969889

Tints of Lemon Grass #969889

Color information

#969889 (or 0x969889) is unknown color: approx Lemon Grass. HEX triplet: 96, 98 and 89. RGB value is (150,152,137). Sum of RGB (Red+Green+Blue) = 150+152+137=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #969889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969889 is #696776. Grayscale: #959595. Windows color (decimal): -6907767 or 9017494. OLE color: 9017494.

HSL color Cylindrical-coordinate representation of color #969889: hue angle of 68º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969889 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB150152137-
CMYK0.0100.100.40
HSL68º6.79%56.67%-
HSV(B)68º9.87%59.61%-
XYZ28.3230.7528.11-
YUV149.69120.84128.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=34.17%
G=34.62%
B=31.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521370.0100.100.40686.7956.67
Hex96988910A2844739
Octal226230211101250104771
Binary1001011010011000100010011010101010001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969889; }

 p { color: rgb(150,152,137); }

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

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

 a { background-color: rgb(150,152,137); }

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

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

 span { border-color: rgb(150,152,137); }

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