#998C19

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

Shades of Lemon Ginger #998C19

Tints of Lemon Ginger #998C19

Color information

#998C19 (or 0x998C19) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8C and 19. RGB value is (153,140,25). Sum of RGB (Red+Green+Blue) = 153+140+25=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C19 is #6673E6. Grayscale: #838383. Windows color (decimal): -6714343 or 1674393. OLE color: 1674393.

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

Color convert

RGB15314025-
CMYK00.080.840.4
HSL53.91º71.91%34.9%-
HSV(B)53.91º83.66%60%-
XYZ22.6925.64.66-
YUV130.7868.31143.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=48.11%
G=44.03%
B=7.86%

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
Decimal1531402500.080.840.453.9171.9134.9
Hex998C19085428364823
Octal23121431010124506611043
Binary1001100110001100110010100010101001010001101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,25); }

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

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

 a { background-color: rgb(153,140,25); }

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

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

 span { border-color: rgb(153,140,25); }

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