#998525

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

Shades of Lemon Ginger #998525

Tints of Lemon Ginger #998525

Color information

#998525 (or 0x998525) is unknown color: approx Lemon Ginger. HEX triplet: 99, 85 and 25. RGB value is (153,133,37). Sum of RGB (Red+Green+Blue) = 153+133+37=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #998525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998525 is #667ADA. Grayscale: #808080. Windows color (decimal): -6716123 or 2459033. OLE color: 2459033.

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

Color convert

RGB15313337-
CMYK00.130.760.4
HSL49.66º61.05%37.25%-
HSV(B)49.66º75.82%60%-
XYZ21.8623.685.17-
YUV128.0476.63145.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 37 (14.84% from 255) = 11.46%
R=47.37%
G=41.18%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531333700.130.760.449.6661.0537.25
Hex9985250D4C28323d25
Octal2312054501511450627545
Binary1001100110000101100101011011001100101000110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998525; }

 p { color: rgb(153,133,37); }

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

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

 a { background-color: rgb(153,133,37); }

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

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

 span { border-color: rgb(153,133,37); }

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