#96841C

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

Shades of Lemon Ginger #96841C

Tints of Lemon Ginger #96841C

Color information

#96841C (or 0x96841C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 84 and 1C. RGB value is (150,132,28). Sum of RGB (Red+Green+Blue) = 150+132+28=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96841C is #697BE3. Grayscale: #7D7D7D. Windows color (decimal): -6912996 or 1868950. OLE color: 1868950.

HSL color Cylindrical-coordinate representation of color #96841C: hue angle of 51.15º degrees, saturation: 0.69, 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 #96841C is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB15013228-
CMYK00.120.810.41
HSL51.15º68.54%34.9%-
HSV(B)51.15º81.33%58.82%-
XYZ21.0423.074.44-
YUV125.5372.96145.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=48.39%
G=42.58%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501322800.120.810.4151.1568.5434.9
Hex96841C0C5129334523
Octal22620434014121516310543
Binary1001011010000100111000110010100011010011100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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