#99842A

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

Shades of Lemon Ginger #99842A

Tints of Lemon Ginger #99842A

Color information

#99842A (or 0x99842A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 84 and 2A. RGB value is (153,132,42). Sum of RGB (Red+Green+Blue) = 153+132+42=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99842A is #667BD5. Grayscale: #808080. Windows color (decimal): -6716374 or 2786457. OLE color: 2786457.

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

Color convert

RGB15313242-
CMYK00.140.730.4
HSL48.65º56.92%38.24%-
HSV(B)48.65º72.55%60%-
XYZ21.8123.445.57-
YUV128.0279.46145.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=46.79%
G=40.37%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531324200.140.730.448.6556.9238.24
Hex99842A0E4928313926
Octal2312045201611150617146
Binary1001100110000100101010011101001001101000110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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