#998D18

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

Shades of Lemon Ginger #998D18

Tints of Lemon Ginger #998D18

Color information

#998D18 (or 0x998D18) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8D and 18. RGB value is (153,141,24). Sum of RGB (Red+Green+Blue) = 153+141+24=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D18 is #6672E7. Grayscale: #838383. Windows color (decimal): -6714088 or 1609113. OLE color: 1609113.

HSL color Cylindrical-coordinate representation of color #998D18: hue angle of 54.42º 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 #998D18 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15314124-
CMYK00.080.840.4
HSL54.42º72.88%34.71%-
HSV(B)54.42º84.31%60%-
XYZ22.8325.894.66-
YUV131.2567.48143.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=48.11%
G=44.34%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531412400.080.840.454.4272.8834.71
Hex998D18085428364923
Octal23121530010124506611143
Binary1001100110001101110000100010101001010001101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D18; }

 p { color: rgb(153,141,24); }

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

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

 a { background-color: rgb(153,141,24); }

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

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

 span { border-color: rgb(153,141,24); }

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