#98967E

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

Shades of Lemon Grass #98967E

Tints of Lemon Grass #98967E

Color information

#98967E (or 0x98967E) is unknown color: approx Lemon Grass. HEX triplet: 98, 96 and 7E. RGB value is (152,150,126). Sum of RGB (Red+Green+Blue) = 152+150+126=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98967E is #676981. Grayscale: #939393. Windows color (decimal): -6777218 or 8296088. OLE color: 8296088.

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

Color convert

RGB152150126-
CMYK00.010.170.40
HSL55.38º11.21%54.51%-
HSV(B)55.38º17.11%59.61%-
XYZ27.6229.9924.07-
YUV147.86115.66130.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=35.51%
G=35.05%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215012600.010.170.4055.3811.2154.51
Hex98967E01112837b37
Octal230226176012150671367
Binary1001100010010110111111001100011010001101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98967E; }

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

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

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

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

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

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

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

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