#96841e

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

Shades of Lemon Ginger #96841E

Tints of Lemon Ginger #96841E

Color information

#96841E (or 0x96841E) is unknown color: approx Lemon Ginger. HEX triplet: 96, 84 and 1E. RGB value is (150,132,30). Sum of RGB (Red+Green+Blue) = 150+132+30=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96841E is #697BE1. Grayscale: #7E7E7E. Windows color (decimal): -6912994 or 2000022. OLE color: 2000022.

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

Color convert

RGB15013230-
CMYK00.120.800.41
HSL51º66.67%35.29%-
HSV(B)51º80%58.82%-
XYZ21.0623.084.57-
YUV125.7573.96145.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 30 (12.11% from 255) = 9.62%
R=48.08%
G=42.31%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501323000.120.800.415166.6735.29
Hex96841E0C5029334323
Octal22620436014120516310343
Binary1001011010000100111100110010100001010011100111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96841e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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