#988E2A

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

Shades of Lemon Ginger #988E2A

Tints of Lemon Ginger #988E2A

Color information

#988E2A (or 0x988E2A) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8E and 2A. RGB value is (152,142,42). Sum of RGB (Red+Green+Blue) = 152+142+42=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #988E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E2A is #6771D5. Grayscale: #868686. Windows color (decimal): -6779350 or 2789016. OLE color: 2789016.

HSL color Cylindrical-coordinate representation of color #988E2A: hue angle of 54.55º degrees, saturation: 0.57, 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 #988E2A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15214242-
CMYK00.070.720.40
HSL54.55º56.7%38.04%-
HSV(B)54.55º72.37%59.61%-
XYZ23.0426.196.03-
YUV133.5976.31141.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=45.24%
G=42.26%
B=12.5%

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
Decimal1521424200.070.720.4054.5556.738.04
Hex988E2A074828373926
Octal230216520711050677146
Binary100110001000111010101001111001000101000110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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