#998E2A

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

Shades of Lemon Ginger #998E2A

Tints of Lemon Ginger #998E2A

Color information

#998E2A (or 0x998E2A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8E and 2A. RGB value is (153,142,42). Sum of RGB (Red+Green+Blue) = 153+142+42=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #998E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E2A is #6671D5. Grayscale: #868686. Windows color (decimal): -6713814 or 2789017. OLE color: 2789017.

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

Color convert

RGB15314242-
CMYK00.070.730.4
HSL54.05º56.92%38.24%-
HSV(B)54.05º72.55%60%-
XYZ23.2326.296.04-
YUV133.8976.14141.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=45.40%
G=42.14%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531424200.070.730.454.0556.9238.24
Hex998E2A074928363926
Octal231216520711150667146
Binary100110011000111010101001111001001101000110110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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