#988529

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

Shades of Lemon Ginger #988529

Tints of Lemon Ginger #988529

Color information

#988529 (or 0x988529) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 29. RGB value is (152,133,41). Sum of RGB (Red+Green+Blue) = 152+133+41=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #988529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988529 is #677AD6. Grayscale: #808080. Windows color (decimal): -6781655 or 2721176. OLE color: 2721176.

HSL color Cylindrical-coordinate representation of color #988529: hue angle of 49.73º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #988529 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15213341-
CMYK00.130.730.40
HSL49.73º57.51%37.84%-
HSV(B)49.73º73.03%59.61%-
XYZ21.7423.615.51-
YUV128.1978.79144.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 41 (16.41% from 255) = 12.58%
R=46.63%
G=40.80%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521334100.130.730.4049.7357.5137.84
Hex9885290D4928323a26
Octal2302055101511150627246
Binary1001100010000101101001011011001001101000110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988529; }

 p { color: rgb(152,133,41); }

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

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

 a { background-color: rgb(152,133,41); }

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

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

 span { border-color: rgb(152,133,41); }

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