#97988A

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

Shades of Lemon Grass #97988A

Tints of Lemon Grass #97988A

Color information

#97988A (or 0x97988A) is unknown color: approx Lemon Grass. HEX triplet: 97, 98 and 8A. RGB value is (151,152,138). Sum of RGB (Red+Green+Blue) = 151+152+138=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 152 - color contains mainly: green. Hex color #97988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97988A is #686775. Grayscale: #969696. Windows color (decimal): -6842230 or 9083031. OLE color: 9083031.

HSL color Cylindrical-coordinate representation of color #97988A: hue angle of 64.29º 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 #97988A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB151152138-
CMYK0.0100.090.40
HSL64.29º6.36%56.86%-
HSV(B)64.29º9.21%59.61%-
XYZ28.5830.8728.5-
YUV150.1121.17128.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=34.24%
G=34.47%
B=31.29%

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
Decimal1511521380.0100.090.4064.296.3656.86
Hex97988A1092840639
Octal227230212101150100671
Binary1001011110011000100010101010011010001000000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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