#998625

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

Shades of Lemon Ginger #998625

Tints of Lemon Ginger #998625

Color information

#998625 (or 0x998625) is unknown color: approx Lemon Ginger. HEX triplet: 99, 86 and 25. RGB value is (153,134,37). Sum of RGB (Red+Green+Blue) = 153+134+37=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #998625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998625 is #6679DA. Grayscale: #818181. Windows color (decimal): -6715867 or 2459289. OLE color: 2459289.

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

Color convert

RGB15313437-
CMYK00.120.760.4
HSL50.17º61.05%37.25%-
HSV(B)50.17º75.82%60%-
XYZ2223.965.21-
YUV128.6276.29145.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 37 (14.84% from 255) = 11.42%
R=47.22%
G=41.36%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531343700.120.760.450.1761.0537.25
Hex9986250C4C28323d25
Octal2312064501411450627545
Binary1001100110000110100101011001001100101000110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998625; }

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

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

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

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

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

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

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

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