#998036

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

Shades of Lemon Ginger #998036

Tints of Lemon Ginger #998036

Color information

#998036 (or 0x998036) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 36. RGB value is (153,128,54). Sum of RGB (Red+Green+Blue) = 153+128+54=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #998036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998036 is #667FC9. Grayscale: #7F7F7F. Windows color (decimal): -6717386 or 3571865. OLE color: 3571865.

HSL color Cylindrical-coordinate representation of color #998036: hue angle of 44.85º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998036 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15312854-
CMYK00.160.650.4
HSL44.85º47.83%40.59%-
HSV(B)44.85º64.71%60%-
XYZ21.5222.486.69-
YUV127.0486.78146.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=45.67%
G=38.21%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531285400.160.650.444.8547.8340.59
Hex99803601041282d3029
Octal2312006602010150556051
Binary10011001100000001101100100001000001101000101101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998036; }

 p { color: rgb(153,128,54); }

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

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

 a { background-color: rgb(153,128,54); }

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

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

 span { border-color: rgb(153,128,54); }

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