#998A2D

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

Shades of Lemon Ginger #998A2D

Tints of Lemon Ginger #998A2D

Color information

#998A2D (or 0x998A2D) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8A and 2D. RGB value is (153,138,45). Sum of RGB (Red+Green+Blue) = 153+138+45=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A2D is #6675D2. Grayscale: #848484. Windows color (decimal): -6714835 or 2984601. OLE color: 2984601.

HSL color Cylindrical-coordinate representation of color #998A2D: hue angle of 51.67º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #998A2D is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB15313845-
CMYK00.100.710.4
HSL51.67º54.55%38.82%-
HSV(B)51.67º70.59%60%-
XYZ22.725.146.14-
YUV131.8878.97143.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=45.54%
G=41.07%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531384500.100.710.451.6754.5538.82
Hex998A2D0A4728343727
Octal2312125501210750646747
Binary1001100110001010101101010101000111101000110100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,138,45); }

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

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

 a { background-color: rgb(153,138,45); }

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

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

 span { border-color: rgb(153,138,45); }

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