#99802C

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

Shades of Lemon Ginger #99802C

Tints of Lemon Ginger #99802C

Color information

#99802C (or 0x99802C) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 2C. RGB value is (153,128,44). Sum of RGB (Red+Green+Blue) = 153+128+44=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99802C is #667FD3. Grayscale: #7E7E7E. Windows color (decimal): -6717396 or 2916505. OLE color: 2916505.

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

Color convert

RGB15312844-
CMYK00.160.710.4
HSL46.24º55.33%38.63%-
HSV(B)46.24º71.24%60%-
XYZ21.3122.395.58-
YUV125.981.78147.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=47.08%
G=39.38%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531284400.160.710.446.2455.3338.63
Hex99802C01047282e3727
Octal2312005402010750566747
Binary10011001100000001011000100001000111101000101110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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