#96851C

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

Shades of Lemon Ginger #96851C

Tints of Lemon Ginger #96851C

Color information

#96851C (or 0x96851C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 85 and 1C. RGB value is (150,133,28). Sum of RGB (Red+Green+Blue) = 150+133+28=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96851C is #697AE3. Grayscale: #7E7E7E. Windows color (decimal): -6912740 or 1869206. OLE color: 1869206.

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

Color convert

RGB15013328-
CMYK00.110.810.41
HSL51.64º68.54%34.9%-
HSV(B)51.64º81.33%58.82%-
XYZ21.1723.344.49-
YUV126.1172.63145.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 28 (11.33% from 255) = 9.00%
R=48.23%
G=42.77%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501332800.110.810.4151.6468.5434.9
Hex96851C0B5129344523
Octal22620534013121516410543
Binary1001011010000101111000101110100011010011101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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