#99822E

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

Shades of Lemon Ginger #99822E

Tints of Lemon Ginger #99822E

Color information

#99822E (or 0x99822E) is unknown color: approx Lemon Ginger. HEX triplet: 99, 82 and 2E. RGB value is (153,130,46). Sum of RGB (Red+Green+Blue) = 153+130+46=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99822E is #667DD1. Grayscale: #7F7F7F. Windows color (decimal): -6716882 or 3048089. OLE color: 3048089.

HSL color Cylindrical-coordinate representation of color #99822E: hue angle of 47.1º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99822E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB15313046-
CMYK00.150.700.4
HSL47.1º53.77%39.02%-
HSV(B)47.1º69.93%60%-
XYZ21.6122.935.87-
YUV127.382.12146.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=46.50%
G=39.51%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531304600.150.700.447.153.7739.02
Hex99822E0F46282f3627
Octal2312025601710650576647
Binary1001100110000010101110011111000110101000101111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99822E; }

 p { color: rgb(153,130,46); }

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

<style>
 a { background-color: #99822E; }

 a { background-color: rgb(153,130,46); }

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

<style>
 span { border-color: #99822E; }

 span { border-color: rgb(153,130,46); }

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