#998A1C

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

Shades of Lemon Ginger #998A1C

Tints of Lemon Ginger #998A1C

Color information

#998A1C (or 0x998A1C) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8A and 1C. RGB value is (153,138,28). Sum of RGB (Red+Green+Blue) = 153+138+28=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #998A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A1C is #6675E3. Grayscale: #828282. Windows color (decimal): -6714852 or 1870489. OLE color: 1870489.

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

Color convert

RGB15313828-
CMYK00.100.820.4
HSL52.8º69.06%35.49%-
HSV(B)52.8º81.7%60%-
XYZ22.4325.034.75-
YUV129.9470.47144.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=47.96%
G=43.26%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531382800.100.820.452.869.0635.49
Hex998A1C0A5228354523
Octal23121234012122506510543
Binary1001100110001010111000101010100101010001101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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