#998B15

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

Shades of Lemon Ginger #998B15

Tints of Lemon Ginger #998B15

Color information

#998B15 (or 0x998B15) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8B and 15. RGB value is (153,139,21). Sum of RGB (Red+Green+Blue) = 153+139+21=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #998B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B15 is #6674EA. Grayscale: #828282. Windows color (decimal): -6714603 or 1411993. OLE color: 1411993.

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

Color convert

RGB15313921-
CMYK00.090.860.4
HSL53.64º75.86%34.12%-
HSV(B)53.64º86.27%60%-
XYZ22.525.294.41-
YUV129.7366.64144.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 21 (8.59% from 255) = 6.71%
R=48.88%
G=44.41%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531392100.090.860.453.6475.8634.12
Hex998B15095628364c22
Octal23121325011126506611442
Binary1001100110001011101010100110101101010001101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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