#998832

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

Shades of Lemon Ginger #998832

Tints of Lemon Ginger #998832

Color information

#998832 (or 0x998832) is unknown color: approx Lemon Ginger. HEX triplet: 99, 88 and 32. RGB value is (153,136,50). Sum of RGB (Red+Green+Blue) = 153+136+50=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #998832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998832 is #6677CD. Grayscale: #838383. Windows color (decimal): -6715342 or 3311769. OLE color: 3311769.

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

Color convert

RGB15313650-
CMYK00.110.670.4
HSL50.1º50.74%39.8%-
HSV(B)50.1º67.32%60%-
XYZ22.5224.616.58-
YUV131.2882.13143.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=45.13%
G=40.12%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531365000.110.670.450.150.7439.8
Hex9988320B4328323328
Octal2312106201310350626350
Binary1001100110001000110010010111000011101000110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998832; }

 p { color: rgb(153,136,50); }

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

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

 a { background-color: rgb(153,136,50); }

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

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

 span { border-color: rgb(153,136,50); }

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