#99882A

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

Shades of Lemon Ginger #99882A

Tints of Lemon Ginger #99882A

Color information

#99882A (or 0x99882A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 88 and 2A. RGB value is (153,136,42). Sum of RGB (Red+Green+Blue) = 153+136+42=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99882A is #6677D5. Grayscale: #828282. Windows color (decimal): -6715350 or 2787481. OLE color: 2787481.

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

Color convert

RGB15313642-
CMYK00.110.730.4
HSL50.81º56.92%38.24%-
HSV(B)50.81º72.55%60%-
XYZ22.3624.555.75-
YUV130.3778.13144.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 42 (16.80% from 255) = 12.69%
R=46.22%
G=41.09%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531364200.110.730.450.8156.9238.24
Hex99882A0B4928333926
Octal2312105201311150637146
Binary1001100110001000101010010111001001101000110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99882A; }

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

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

<style>
 a { background-color: #99882A; }

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

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

<style>
 span { border-color: #99882A; }

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

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