#989680

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

Shades of Lemon Grass #989680

Tints of Lemon Grass #989680

Color information

#989680 (or 0x989680) is unknown color: approx Lemon Grass. HEX triplet: 98, 96 and 80. RGB value is (152,150,128). Sum of RGB (Red+Green+Blue) = 152+150+128=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989680 is #67697F. Grayscale: #949494. Windows color (decimal): -6777216 or 8427160. OLE color: 8427160.

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

Color convert

RGB152150128-
CMYK00.010.160.40
HSL55º10.43%54.9%-
HSV(B)55º15.79%59.61%-
XYZ27.7530.0524.76-
YUV148.09116.66130.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=35.35%
G=34.88%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215012800.010.160.405510.4354.9
Hex98968001102837a37
Octal230226200012050671267
Binary10011000100101101000000001100001010001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989680; }

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

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

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

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

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

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

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

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