#96882F

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

Shades of Lemon Ginger #96882F

Tints of Lemon Ginger #96882F

Color information

#96882F (or 0x96882F) is unknown color: approx Lemon Ginger. HEX triplet: 96, 88 and 2F. RGB value is (150,136,47). Sum of RGB (Red+Green+Blue) = 150+136+47=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96882F is #6977D0. Grayscale: #828282. Windows color (decimal): -6911953 or 3115158. OLE color: 3115158.

HSL color Cylindrical-coordinate representation of color #96882F: hue angle of 51.84º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96882F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15013647-
CMYK00.090.690.41
HSL51.84º52.28%38.63%-
HSV(B)51.84º68.67%58.82%-
XYZ21.8924.36.23-
YUV130.0481.14142.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=45.05%
G=40.84%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501364700.090.690.4151.8452.2838.63
Hex96882F094529343427
Octal2262105701110551646447
Binary1001011010001000101111010011000101101001110100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96882F; }

 p { color: rgb(150,136,47); }

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

<style>
 a { background-color: #96882F; }

 a { background-color: rgb(150,136,47); }

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

<style>
 span { border-color: #96882F; }

 span { border-color: rgb(150,136,47); }

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