#998A17

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

Shades of Lemon Ginger #998A17

Tints of Lemon Ginger #998A17

Color information

#998A17 (or 0x998A17) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8A and 17. RGB value is (153,138,23). Sum of RGB (Red+Green+Blue) = 153+138+23=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #998A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A17 is #6675E8. Grayscale: #818181. Windows color (decimal): -6714857 or 1542809. OLE color: 1542809.

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

Color convert

RGB15313823-
CMYK00.100.850.4
HSL53.08º73.86%34.51%-
HSV(B)53.08º84.97%60%-
XYZ22.3825.014.46-
YUV129.3867.97144.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 23 (9.38% from 255) = 7.32%
R=48.73%
G=43.95%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531382300.100.850.453.0873.8634.51
Hex998A170A5528354a23
Octal23121227012125506511243
Binary1001100110001010101110101010101011010001101011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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