#988E2B

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

Shades of Lemon Ginger #988E2B

Tints of Lemon Ginger #988E2B

Color information

#988E2B (or 0x988E2B) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8E and 2B. RGB value is (152,142,43). Sum of RGB (Red+Green+Blue) = 152+142+43=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E2B is #6771D4. Grayscale: #868686. Windows color (decimal): -6779349 or 2854552. OLE color: 2854552.

HSL color Cylindrical-coordinate representation of color #988E2B: hue angle of 54.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #988E2B is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15214243-
CMYK00.070.720.40
HSL54.5º55.9%38.24%-
HSV(B)54.5º71.71%59.61%-
XYZ23.0626.26.13-
YUV133.776.81141.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=45.10%
G=42.14%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521424300.070.720.4054.555.938.24
Hex988E2B074828363826
Octal230216530711050667046
Binary100110001000111010101101111001000101000110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,43); }

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

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

 a { background-color: rgb(152,142,43); }

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

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

 span { border-color: rgb(152,142,43); }

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