#988F18

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

Shades of Lemon Ginger #988F18

Tints of Lemon Ginger #988F18

Color information

#988F18 (or 0x988F18) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8F and 18. RGB value is (152,143,24). Sum of RGB (Red+Green+Blue) = 152+143+24=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F18 is #6770E7. Grayscale: #848484. Windows color (decimal): -6779112 or 1609624. OLE color: 1609624.

HSL color Cylindrical-coordinate representation of color #988F18: hue angle of 55.78º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #988F18 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB15214324-
CMYK00.060.840.40
HSL55.78º72.73%34.51%-
HSV(B)55.78º84.21%59.61%-
XYZ22.9426.394.75-
YUV132.1266.98142.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=47.65%
G=44.83%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521432400.060.840.4055.7872.7334.51
Hex988F18065428384923
Octal2302173006124507011143
Binary100110001000111111000011010101001010001110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988F18; }

 p { color: rgb(152,143,24); }

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

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

 a { background-color: rgb(152,143,24); }

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

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

 span { border-color: rgb(152,143,24); }

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