#998532

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

Shades of Lemon Ginger #998532

Tints of Lemon Ginger #998532

Color information

#998532 (or 0x998532) is unknown color: approx Lemon Ginger. HEX triplet: 99, 85 and 32. RGB value is (153,133,50). Sum of RGB (Red+Green+Blue) = 153+133+50=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998532 is #667ACD. Grayscale: #818181. Windows color (decimal): -6716110 or 3311001. OLE color: 3311001.

HSL color Cylindrical-coordinate representation of color #998532: hue angle of 48.35º 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 #998532 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15313350-
CMYK00.130.670.4
HSL48.35º50.74%39.8%-
HSV(B)48.35º67.32%60%-
XYZ22.123.786.44-
YUV129.5283.13144.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=45.54%
G=39.58%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531335000.130.670.448.3550.7439.8
Hex9985320D4328303328
Octal2312056201510350606350
Binary1001100110000101110010011011000011101000110000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998532; }

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

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

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

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

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

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

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

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