#988C15

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

Shades of Lemon Ginger #988C15

Tints of Lemon Ginger #988C15

Color information

#988C15 (or 0x988C15) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8C and 15. RGB value is (152,140,21). Sum of RGB (Red+Green+Blue) = 152+140+21=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #988C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C15 is #6773EA. Grayscale: #828282. Windows color (decimal): -6779883 or 1412248. OLE color: 1412248.

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

Color convert

RGB15214021-
CMYK00.080.860.40
HSL54.5º75.72%33.92%-
HSV(B)54.5º86.18%59.61%-
XYZ22.4625.494.44-
YUV130.0266.48143.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 21 (8.59% from 255) = 6.71%
R=48.56%
G=44.73%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521402100.080.860.4054.575.7233.92
Hex988C15085628374c22
Octal23021425010126506711442
Binary1001100010001100101010100010101101010001101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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