#989683

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

Shades of Lemon Grass #989683

Tints of Lemon Grass #989683

Color information

#989683 (or 0x989683) is unknown color: approx Lemon Grass. HEX triplet: 98, 96 and 83. RGB value is (152,150,131). Sum of RGB (Red+Green+Blue) = 152+150+131=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #989683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989683 is #67697C. Grayscale: #949494. Windows color (decimal): -6777213 or 8623768. OLE color: 8623768.

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

Color convert

RGB152150131-
CMYK00.010.140.40
HSL54.29º9.25%55.49%-
HSV(B)54.29º13.82%59.61%-
XYZ27.9530.1325.81-
YUV148.43118.16130.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=35.10%
G=34.64%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215013100.010.140.4054.299.2555.49
Hex98968301E2836937
Octal230226203011650661167
Binary1001100010010110100000110111101010001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989683; }

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

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

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

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

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

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

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

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