#998E2B

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

Shades of Lemon Ginger #998E2B

Tints of Lemon Ginger #998E2B

Color information

#998E2B (or 0x998E2B) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8E and 2B. RGB value is (153,142,43). Sum of RGB (Red+Green+Blue) = 153+142+43=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #998E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E2B is #6671D4. Grayscale: #868686. Windows color (decimal): -6713813 or 2854553. OLE color: 2854553.

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

Color convert

RGB15314243-
CMYK00.070.720.4
HSL54º56.12%38.43%-
HSV(B)54º71.9%60%-
XYZ23.2526.296.14-
YUV13476.64141.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 43 (17.19% from 255) = 12.72%
R=45.27%
G=42.01%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531424300.070.720.45456.1238.43
Hex998E2B074828363826
Octal231216530711050667046
Binary100110011000111010101101111001000101000110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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