#988B29

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

Shades of Lemon Ginger #988B29

Tints of Lemon Ginger #988B29

Color information

#988B29 (or 0x988B29) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8B and 29. RGB value is (152,139,41). Sum of RGB (Red+Green+Blue) = 152+139+41=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #988B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B29 is #6774D6. Grayscale: #848484. Windows color (decimal): -6780119 or 2722712. OLE color: 2722712.

HSL color Cylindrical-coordinate representation of color #988B29: hue angle of 52.97º 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 #988B29 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15213941-
CMYK00.090.730.40
HSL52.97º57.51%37.84%-
HSV(B)52.97º73.03%59.61%-
XYZ22.5825.35.79-
YUV131.7276.81142.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 41 (16.41% from 255) = 12.35%
R=45.78%
G=41.87%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521394100.090.730.4052.9757.5137.84
Hex988B29094928353a26
Octal2302135101111150657246
Binary1001100010001011101001010011001001101000110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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