#99802A

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

Shades of Lemon Ginger #99802A

Tints of Lemon Ginger #99802A

Color information

#99802A (or 0x99802A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 2A. RGB value is (153,128,42). Sum of RGB (Red+Green+Blue) = 153+128+42=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #99802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99802A is #667FD5. Grayscale: #7E7E7E. Windows color (decimal): -6717398 or 2785433. OLE color: 2785433.

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

Color convert

RGB15312842-
CMYK00.160.730.4
HSL46.49º56.92%38.24%-
HSV(B)46.49º72.55%60%-
XYZ21.2722.385.39-
YUV125.6780.78147.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=47.37%
G=39.63%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531284200.160.730.446.4956.9238.24
Hex99802A01049282e3926
Octal2312005202011150567146
Binary10011001100000001010100100001001001101000101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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