#988437

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

Shades of Lemon Ginger #988437

Tints of Lemon Ginger #988437

Color information

#988437 (or 0x988437) is unknown color: approx Lemon Ginger. HEX triplet: 98, 84 and 37. RGB value is (152,132,55). Sum of RGB (Red+Green+Blue) = 152+132+55=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #988437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988437 is #677BC8. Grayscale: #818181. Windows color (decimal): -6781897 or 3638424. OLE color: 3638424.

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

Color convert

RGB15213255-
CMYK00.130.640.40
HSL47.63º46.86%40.59%-
HSV(B)47.63º63.82%59.61%-
XYZ21.8923.456.99-
YUV129.286.13144.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=44.84%
G=38.94%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521325500.130.640.4047.6346.8640.59
Hex9884370D4028302f29
Octal2302046701510050605751
Binary1001100010000100110111011011000000101000110000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988437; }

 p { color: rgb(152,132,55); }

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

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

 a { background-color: rgb(152,132,55); }

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

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

 span { border-color: rgb(152,132,55); }

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