#96821D

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

Shades of Lemon Ginger #96821D

Tints of Lemon Ginger #96821D

Color information

#96821D (or 0x96821D) is unknown color: approx Lemon Ginger. HEX triplet: 96, 82 and 1D. RGB value is (150,130,29). Sum of RGB (Red+Green+Blue) = 150+130+29=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96821D is #697DE2. Grayscale: #7C7C7C. Windows color (decimal): -6913507 or 1933974. OLE color: 1933974.

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

Color convert

RGB15013029-
CMYK00.130.810.41
HSL50.08º67.6%35.1%-
HSV(B)50.08º80.67%58.82%-
XYZ20.7822.544.42-
YUV124.4774.13146.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 29 (11.72% from 255) = 9.39%
R=48.54%
G=42.07%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501302900.130.810.4150.0867.635.1
Hex96821D0D5129324423
Octal22620235015121516210443
Binary1001011010000010111010110110100011010011100101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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