#96821E

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

Shades of Lemon Ginger #96821E

Tints of Lemon Ginger #96821E

Color information

#96821E (or 0x96821E) is unknown color: approx Lemon Ginger. HEX triplet: 96, 82 and 1E. RGB value is (150,130,30). Sum of RGB (Red+Green+Blue) = 150+130+30=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96821E is #697DE1. Grayscale: #7D7D7D. Windows color (decimal): -6913506 or 1999510. OLE color: 1999510.

HSL color Cylindrical-coordinate representation of color #96821E: hue angle of 50º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96821E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15013030-
CMYK00.130.800.41
HSL50º66.67%35.29%-
HSV(B)50º80%58.82%-
XYZ20.7922.544.48-
YUV124.5874.63146.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=48.39%
G=41.94%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501303000.130.800.415066.6735.29
Hex96821E0D5029324323
Octal22620236015120516210343
Binary1001011010000010111100110110100001010011100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,130,30); }

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

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

 a { background-color: rgb(150,130,30); }

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

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

 span { border-color: rgb(150,130,30); }

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