#998B1A

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

Shades of Lemon Ginger #998B1A

Tints of Lemon Ginger #998B1A

Color information

#998B1A (or 0x998B1A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8B and 1A. RGB value is (153,139,26). Sum of RGB (Red+Green+Blue) = 153+139+26=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B1A is #6674E5. Grayscale: #828282. Windows color (decimal): -6714598 or 1739673. OLE color: 1739673.

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

Color convert

RGB15313926-
CMYK00.090.830.4
HSL53.39º70.95%35.1%-
HSV(B)53.39º83.01%60%-
XYZ22.5625.314.67-
YUV130.369.14144.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=48.11%
G=43.71%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531392600.090.830.453.3970.9535.1
Hex998B1A095328354723
Octal23121332011123506510743
Binary1001100110001011110100100110100111010001101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,26); }

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

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

 a { background-color: rgb(153,139,26); }

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

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

 span { border-color: rgb(153,139,26); }

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