#988B16

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

Shades of Lemon Ginger #988B16

Tints of Lemon Ginger #988B16

Color information

#988B16 (or 0x988B16) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8B and 16. RGB value is (152,139,22). Sum of RGB (Red+Green+Blue) = 152+139+22=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #988B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B16 is #6774E9. Grayscale: #828282. Windows color (decimal): -6780138 or 1477528. OLE color: 1477528.

HSL color Cylindrical-coordinate representation of color #988B16: hue angle of 54º degrees, saturation: 0.75, 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 #988B16 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15213922-
CMYK00.090.860.40
HSL54º74.71%34.12%-
HSV(B)54º85.53%59.61%-
XYZ22.3325.24.45-
YUV129.5567.31144.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=48.56%
G=44.41%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521392200.090.860.405474.7134.12
Hex988B16095628364b22
Octal23021326011126506611342
Binary1001100010001011101100100110101101010001101101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B16; }

 p { color: rgb(152,139,22); }

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

<style>
 a { background-color: #988B16; }

 a { background-color: rgb(152,139,22); }

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

<style>
 span { border-color: #988B16; }

 span { border-color: rgb(152,139,22); }

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