#97968A

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

Shades of Lemon Grass #97968A

Tints of Lemon Grass #97968A

Color information

#97968A (or 0x97968A) is unknown color: approx Lemon Grass. HEX triplet: 97, 96 and 8A. RGB value is (151,150,138). Sum of RGB (Red+Green+Blue) = 151+150+138=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #97968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97968A is #686975. Grayscale: #949494. Windows color (decimal): -6842742 or 9082519. OLE color: 9082519.

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

Color convert

RGB151150138-
CMYK00.010.090.41
HSL55.38º5.88%56.67%-
HSV(B)55.38º8.61%59.22%-
XYZ28.2630.2328.39-
YUV148.93121.83129.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=34.40%
G=34.17%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115013800.010.090.4155.385.8856.67
Hex97968A0192937639
Octal22722621201115167671
Binary100101111001011010001010011001101001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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