#96802C

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

Shades of Lemon Ginger #96802C

Tints of Lemon Ginger #96802C

Color information

#96802C (or 0x96802C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 80 and 2C. RGB value is (150,128,44). Sum of RGB (Red+Green+Blue) = 150+128+44=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #96802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96802C is #697FD3. Grayscale: #7D7D7D. Windows color (decimal): -6914004 or 2916502. OLE color: 2916502.

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

Color convert

RGB15012844-
CMYK00.150.710.41
HSL47.55º54.64%38.04%-
HSV(B)47.55º70.67%58.82%-
XYZ20.7522.15.56-
YUV12582.29145.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=46.58%
G=39.75%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501284400.150.710.4147.5554.6438.04
Hex96802C0F4729303726
Octal2262005401710751606746
Binary1001011010000000101100011111000111101001110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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