#998425

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

Shades of Lemon Ginger #998425

Tints of Lemon Ginger #998425

Color information

#998425 (or 0x998425) is unknown color: approx Lemon Ginger. HEX triplet: 99, 84 and 25. RGB value is (153,132,37). Sum of RGB (Red+Green+Blue) = 153+132+37=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #998425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998425 is #667BDA. Grayscale: #7F7F7F. Windows color (decimal): -6716379 or 2458777. OLE color: 2458777.

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

Color convert

RGB15313237-
CMYK00.140.760.4
HSL49.14º61.05%37.25%-
HSV(B)49.14º75.82%60%-
XYZ21.7223.415.12-
YUV127.4576.96146.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 37 (14.84% from 255) = 11.49%
R=47.52%
G=40.99%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531323700.140.760.449.1461.0537.25
Hex9984250E4C28313d25
Octal2312044501611450617545
Binary1001100110000100100101011101001100101000110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998425; }

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

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

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

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

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

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

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

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