#96988A

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

Shades of Lemon Grass #96988A

Tints of Lemon Grass #96988A

Color information

#96988A (or 0x96988A) is unknown color: approx Lemon Grass. HEX triplet: 96, 98 and 8A. RGB value is (150,152,138). Sum of RGB (Red+Green+Blue) = 150+152+138=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 152 - color contains mainly: green. Hex color #96988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96988A is #696775. Grayscale: #959595. Windows color (decimal): -6907766 or 9083030. OLE color: 9083030.

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

Color convert

RGB150152138-
CMYK0.0100.090.40
HSL68.57º6.36%56.86%-
HSV(B)68.57º9.21%59.61%-
XYZ28.3930.7828.49-
YUV149.81121.34128.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=34.09%
G=34.55%
B=31.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521380.0100.090.4068.576.3656.86
Hex96988A1092845639
Octal226230212101150105671
Binary1001011010011000100010101010011010001000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96988A; }

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

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

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

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

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

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

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

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