#998A2A

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

Shades of Lemon Ginger #998A2A

Tints of Lemon Ginger #998A2A

Color information

#998A2A (or 0x998A2A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8A and 2A. RGB value is (153,138,42). Sum of RGB (Red+Green+Blue) = 153+138+42=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A2A is #6675D5. Grayscale: #838383. Windows color (decimal): -6714838 or 2787993. OLE color: 2787993.

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

Color convert

RGB15313842-
CMYK00.100.730.4
HSL51.89º56.92%38.24%-
HSV(B)51.89º72.55%60%-
XYZ22.6425.125.85-
YUV131.5477.47143.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=45.95%
G=41.44%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531384200.100.730.451.8956.9238.24
Hex998A2A0A4928343926
Octal2312125201211150647146
Binary1001100110001010101010010101001001101000110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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