#998C2A

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

Shades of Lemon Ginger #998C2A

Tints of Lemon Ginger #998C2A

Color information

#998C2A (or 0x998C2A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8C and 2A. RGB value is (153,140,42). Sum of RGB (Red+Green+Blue) = 153+140+42=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #998C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C2A is #6673D5. Grayscale: #858585. Windows color (decimal): -6714326 or 2788505. OLE color: 2788505.

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

Color convert

RGB15314042-
CMYK00.080.730.4
HSL52.97º56.92%38.24%-
HSV(B)52.97º72.55%60%-
XYZ22.9325.75.94-
YUV132.7276.81142.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=45.67%
G=41.79%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531404200.080.730.452.9756.9238.24
Hex998C2A084928353926
Octal2312145201011150657146
Binary1001100110001100101010010001001001101000110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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