#988C25

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

Shades of Lemon Ginger #988C25

Tints of Lemon Ginger #988C25

Color information

#988C25 (or 0x988C25) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8C and 25. RGB value is (152,140,37). Sum of RGB (Red+Green+Blue) = 152+140+37=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #988C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C25 is #6773DA. Grayscale: #848484. Windows color (decimal): -6779867 or 2460824. OLE color: 2460824.

HSL color Cylindrical-coordinate representation of color #988C25: hue angle of 53.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988C25 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15214037-
CMYK00.080.760.40
HSL53.74º60.85%37.06%-
HSV(B)53.74º75.66%59.61%-
XYZ22.6625.575.49-
YUV131.8574.48142.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=46.20%
G=42.55%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521403700.080.760.4053.7460.8537.06
Hex988C25084C28363d25
Octal2302144501011450667545
Binary1001100010001100100101010001001100101000110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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