#98967D

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

Shades of Lemon Grass #98967D

Tints of Lemon Grass #98967D

Color information

#98967D (or 0x98967D) is unknown color: approx Lemon Grass. HEX triplet: 98, 96 and 7D. RGB value is (152,150,125). Sum of RGB (Red+Green+Blue) = 152+150+125=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98967D is #676982. Grayscale: #939393. Windows color (decimal): -6777219 or 8230552. OLE color: 8230552.

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

Color convert

RGB152150125-
CMYK00.010.180.40
HSL55.56º11.59%54.31%-
HSV(B)55.56º17.76%59.61%-
XYZ27.5629.9723.73-
YUV147.75115.16131.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=35.60%
G=35.13%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215012500.010.180.4055.5611.5954.31
Hex98967D01122838c36
Octal230226175012250701466
Binary1001100010010110111110101100101010001110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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