#988E15

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

Shades of Lemon Ginger #988E15

Tints of Lemon Ginger #988E15

Color information

#988E15 (or 0x988E15) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8E and 15. RGB value is (152,142,21). Sum of RGB (Red+Green+Blue) = 152+142+21=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #988E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E15 is #6771EA. Grayscale: #838383. Windows color (decimal): -6779371 or 1412760. OLE color: 1412760.

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

Color convert

RGB15214221-
CMYK00.070.860.40
HSL55.42º75.72%33.92%-
HSV(B)55.42º86.18%59.61%-
XYZ22.7626.084.54-
YUV131.265.81142.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=48.25%
G=45.08%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521422100.070.860.4055.4275.7233.92
Hex988E15075628374c22
Octal2302162507126506711442
Binary100110001000111010101011110101101010001101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,21); }

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

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

 a { background-color: rgb(152,142,21); }

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

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

 span { border-color: rgb(152,142,21); }

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