#98967F

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

Shades of Lemon Grass #98967F

Tints of Lemon Grass #98967F

Color information

#98967F (or 0x98967F) is unknown color: approx Lemon Grass. HEX triplet: 98, 96 and 7F. RGB value is (152,150,127). Sum of RGB (Red+Green+Blue) = 152+150+127=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #98967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98967F is #676980. Grayscale: #949494. Windows color (decimal): -6777217 or 8361624. OLE color: 8361624.

HSL color Cylindrical-coordinate representation of color #98967F: hue angle of 55.2º degrees, saturation: 0.11, 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 #98967F is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152150127-
CMYK00.010.160.40
HSL55.2º10.82%54.71%-
HSV(B)55.2º16.45%59.61%-
XYZ27.6930.0224.41-
YUV147.98116.16130.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 127 (50% from 255) = 29.60%
R=35.43%
G=34.97%
B=29.60%

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
Decimal15215012700.010.160.4055.210.8254.71
Hex98967F01102837b37
Octal230226177012050671367
Binary1001100010010110111111101100001010001101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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