#988B31

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

Shades of Lemon Ginger #988B31

Tints of Lemon Ginger #988B31

Color information

#988B31 (or 0x988B31) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8B and 31. RGB value is (152,139,49). Sum of RGB (Red+Green+Blue) = 152+139+49=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #988B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B31 is #6774CE. Grayscale: #848484. Windows color (decimal): -6780111 or 3247000. OLE color: 3247000.

HSL color Cylindrical-coordinate representation of color #988B31: hue angle of 52.43º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #988B31 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15213949-
CMYK00.090.680.40
HSL52.43º51.24%39.41%-
HSV(B)52.43º67.76%59.61%-
XYZ22.7425.366.6-
YUV132.6380.81141.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=44.71%
G=40.88%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521394900.090.680.4052.4351.2439.41
Hex988B31094428343327
Octal2302136101110450646347
Binary1001100010001011110001010011000100101000110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B31; }

 p { color: rgb(152,139,49); }

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

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

 a { background-color: rgb(152,139,49); }

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

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

 span { border-color: rgb(152,139,49); }

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