#99802D

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

Shades of Lemon Ginger #99802D

Tints of Lemon Ginger #99802D

Color information

#99802D (or 0x99802D) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 2D. RGB value is (153,128,45). Sum of RGB (Red+Green+Blue) = 153+128+45=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99802D is #667FD2. Grayscale: #7E7E7E. Windows color (decimal): -6717395 or 2982041. OLE color: 2982041.

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

Color convert

RGB15312845-
CMYK00.160.710.4
HSL46.11º54.55%38.82%-
HSV(B)46.11º70.59%60%-
XYZ21.3322.45.68-
YUV126.0182.28147.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=46.93%
G=39.26%
B=13.80%

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
Decimal1531284500.160.710.446.1154.5538.82
Hex99802D01047282e3727
Octal2312005502010750566747
Binary10011001100000001011010100001000111101000101110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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