#998D24

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

Shades of Lemon Ginger #998D24

Tints of Lemon Ginger #998D24

Color information

#998D24 (or 0x998D24) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8D and 24. RGB value is (153,141,36). Sum of RGB (Red+Green+Blue) = 153+141+36=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #998D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D24 is #6672DB. Grayscale: #858585. Windows color (decimal): -6714076 or 2395545. OLE color: 2395545.

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

Color convert

RGB15314136-
CMYK00.080.760.4
HSL53.85º61.9%37.06%-
HSV(B)53.85º76.47%60%-
XYZ22.9825.955.47-
YUV132.6273.48142.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 36 (14.45% from 255) = 10.91%
R=46.36%
G=42.73%
B=10.91%

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
Decimal1531413600.080.760.453.8561.937.06
Hex998D24084C28363e25
Octal2312154401011450667645
Binary1001100110001101100100010001001100101000110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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