#998D1C

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

Shades of Lemon Ginger #998D1C

Tints of Lemon Ginger #998D1C

Color information

#998D1C (or 0x998D1C) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8D and 1C. RGB value is (153,141,28). Sum of RGB (Red+Green+Blue) = 153+141+28=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #998D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D1C is #6672E3. Grayscale: #848484. Windows color (decimal): -6714084 or 1871257. OLE color: 1871257.

HSL color Cylindrical-coordinate representation of color #998D1C: hue angle of 54.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #998D1C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB15314128-
CMYK00.080.820.4
HSL54.24º69.06%35.49%-
HSV(B)54.24º81.7%60%-
XYZ22.8725.914.89-
YUV131.7169.48143.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 28 (11.33% from 255) = 8.70%
R=47.52%
G=43.79%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531412800.080.820.454.2469.0635.49
Hex998D1C085228364523
Octal23121534010122506610543
Binary1001100110001101111000100010100101010001101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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