#96852A

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

Shades of Lemon Ginger #96852A

Tints of Lemon Ginger #96852A

Color information

#96852A (or 0x96852A) is unknown color: approx Lemon Ginger. HEX triplet: 96, 85 and 2A. RGB value is (150,133,42). Sum of RGB (Red+Green+Blue) = 150+133+42=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96852A is #697AD5. Grayscale: #808080. Windows color (decimal): -6912726 or 2786710. OLE color: 2786710.

HSL color Cylindrical-coordinate representation of color #96852A: hue angle of 50.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96852A is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15013342-
CMYK00.110.720.41
HSL50.56º56.25%37.65%-
HSV(B)50.56º72%58.82%-
XYZ21.3823.435.59-
YUV127.7179.63143.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=46.15%
G=40.92%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501334200.110.720.4150.5656.2537.65
Hex96852A0B4829333826
Octal2262055201311051637046
Binary1001011010000101101010010111001000101001110011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96852A; }

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

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

<style>
 a { background-color: #96852A; }

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

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

<style>
 span { border-color: #96852A; }

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

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