#998132

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

Shades of Lemon Ginger #998132

Tints of Lemon Ginger #998132

Color information

#998132 (or 0x998132) is unknown color: approx Lemon Ginger. HEX triplet: 99, 81 and 32. RGB value is (153,129,50). Sum of RGB (Red+Green+Blue) = 153+129+50=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #998132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998132 is #667ECD. Grayscale: #7F7F7F. Windows color (decimal): -6717134 or 3309977. OLE color: 3309977.

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

Color convert

RGB15312950-
CMYK00.160.670.4
HSL46.02º50.74%39.8%-
HSV(B)46.02º67.32%60%-
XYZ21.5622.76.26-
YUV127.1784.45146.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=46.08%
G=38.86%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531295000.160.670.446.0250.7439.8
Hex99813201043282e3328
Octal2312016202010350566350
Binary10011001100000011100100100001000011101000101110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998132; }

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

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

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

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

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

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

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

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