#96842C

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

Shades of Lemon Ginger #96842C

Tints of Lemon Ginger #96842C

Color information

#96842C (or 0x96842C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 84 and 2C. RGB value is (150,132,44). Sum of RGB (Red+Green+Blue) = 150+132+44=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96842C is #697BD3. Grayscale: #7F7F7F. Windows color (decimal): -6912980 or 2917526. OLE color: 2917526.

HSL color Cylindrical-coordinate representation of color #96842C: hue angle of 49.81º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96842C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15013244-
CMYK00.120.710.41
HSL49.81º54.64%38.04%-
HSV(B)49.81º70.67%58.82%-
XYZ21.2823.175.73-
YUV127.3580.96144.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=46.01%
G=40.49%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501324400.120.710.4149.8154.6438.04
Hex96842C0C4729323726
Octal2262045401410751626746
Binary1001011010000100101100011001000111101001110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,132,44); }

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

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

 a { background-color: rgb(150,132,44); }

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

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

 span { border-color: rgb(150,132,44); }

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