#998d25

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

Shades of Lemon Ginger #998D25

Tints of Lemon Ginger #998D25

Color information

#998D25 (or 0x998D25) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8D and 25. RGB value is (153,141,37). Sum of RGB (Red+Green+Blue) = 153+141+37=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #998D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D25 is #6672DA. Grayscale: #858585. Windows color (decimal): -6714075 or 2461081. OLE color: 2461081.

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

Color convert

RGB15314137-
CMYK00.080.760.4
HSL53.79º61.05%37.25%-
HSV(B)53.79º75.82%60%-
XYZ2325.965.55-
YUV132.7373.98142.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=46.22%
G=42.60%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531413700.080.760.453.7961.0537.25
Hex998D25084C28363d25
Octal2312154501011450667545
Binary1001100110001101100101010001001100101000110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998d25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998d25; }

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

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

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

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

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

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

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

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