#988332

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

Shades of Lemon Ginger #988332

Tints of Lemon Ginger #988332

Color information

#988332 (or 0x988332) is unknown color: approx Lemon Ginger. HEX triplet: 98, 83 and 32. RGB value is (152,131,50). Sum of RGB (Red+Green+Blue) = 152+131+50=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #988332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988332 is #677CCD. Grayscale: #808080. Windows color (decimal): -6782158 or 3310488. OLE color: 3310488.

HSL color Cylindrical-coordinate representation of color #988332: hue angle of 47.65º degrees, saturation: 0.5, 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 #988332 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15213150-
CMYK00.140.670.40
HSL47.65º50.5%39.61%-
HSV(B)47.65º67.11%59.61%-
XYZ21.6423.146.34-
YUV128.0483.96145.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=45.65%
G=39.34%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521315000.140.670.4047.6550.539.61
Hex9883320E4328303228
Octal2302036201610350606250
Binary1001100010000011110010011101000011101000110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988332; }

 p { color: rgb(152,131,50); }

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

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

 a { background-color: rgb(152,131,50); }

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

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

 span { border-color: rgb(152,131,50); }

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