#988F2E

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

Shades of Lemon Ginger #988F2E

Tints of Lemon Ginger #988F2E

Color information

#988F2E (or 0x988F2E) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8F and 2E. RGB value is (152,143,46). Sum of RGB (Red+Green+Blue) = 152+143+46=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #988F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F2E is #6770D1. Grayscale: #878787. Windows color (decimal): -6779090 or 3051416. OLE color: 3051416.

HSL color Cylindrical-coordinate representation of color #988F2E: hue angle of 54.91º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #988F2E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15214346-
CMYK00.060.700.40
HSL54.91º53.54%38.82%-
HSV(B)54.91º69.74%59.61%-
XYZ23.2626.526.48-
YUV134.6377.98140.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 46 (18.36% from 255) = 13.49%
R=44.57%
G=41.94%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521434600.060.700.4054.9153.5438.82
Hex988F2E064628373627
Octal230217560610650676647
Binary100110001000111110111001101000110101000110111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,46); }

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

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

 a { background-color: rgb(152,143,46); }

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

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

 span { border-color: rgb(152,143,46); }

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