#998735

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

Shades of Lemon Ginger #998735

Tints of Lemon Ginger #998735

Color information

#998735 (or 0x998735) is unknown color: approx Lemon Ginger. HEX triplet: 99, 87 and 35. RGB value is (153,135,53). Sum of RGB (Red+Green+Blue) = 153+135+53=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #998735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998735 is #6678CA. Grayscale: #838383. Windows color (decimal): -6715595 or 3508121. OLE color: 3508121.

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

Color convert

RGB15313553-
CMYK00.120.650.4
HSL49.2º48.54%40.39%-
HSV(B)49.2º65.36%60%-
XYZ22.4424.366.89-
YUV131.0383.96143.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=44.87%
G=39.59%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531355300.120.650.449.248.5440.39
Hex9987350C4128313128
Octal2312076501410150616150
Binary1001100110000111110101011001000001101000110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998735; }

 p { color: rgb(153,135,53); }

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

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

 a { background-color: rgb(153,135,53); }

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

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

 span { border-color: rgb(153,135,53); }

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