#988025

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

Shades of Lemon Ginger #988025

Tints of Lemon Ginger #988025

Color information

#988025 (or 0x988025) is unknown color: approx Lemon Ginger. HEX triplet: 98, 80 and 25. RGB value is (152,128,37). Sum of RGB (Red+Green+Blue) = 152+128+37=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #988025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988025 is #677FDA. Grayscale: #7D7D7D. Windows color (decimal): -6782939 or 2457752. OLE color: 2457752.

HSL color Cylindrical-coordinate representation of color #988025: hue angle of 47.48º 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 #988025 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15212837-
CMYK00.160.760.40
HSL47.48º60.85%37.06%-
HSV(B)47.48º75.66%59.61%-
XYZ2122.254.94-
YUV124.878.45147.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=47.95%
G=40.38%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521283700.160.760.4047.4860.8537.06
Hex9880250104C282f3d25
Octal2302004502011450577545
Binary10011000100000001001010100001001100101000101111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988025; }

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

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

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

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

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

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

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

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