#968136

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

Shades of Lemon Ginger #968136

Tints of Lemon Ginger #968136

Color information

#968136 (or 0x968136) is unknown color: approx Lemon Ginger. HEX triplet: 96, 81 and 36. RGB value is (150,129,54). Sum of RGB (Red+Green+Blue) = 150+129+54=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968136 is #697EC9. Grayscale: #7F7F7F. Windows color (decimal): -6913738 or 3572118. OLE color: 3572118.

HSL color Cylindrical-coordinate representation of color #968136: hue angle of 46.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #968136 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB15012954-
CMYK00.140.640.41
HSL46.88º47.06%40%-
HSV(B)46.88º64%58.82%-
XYZ21.0922.456.71-
YUV126.7386.96144.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=45.05%
G=38.74%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501295400.140.640.4146.8847.0640
Hex9681360E40292f2f28
Octal2262016601610051575750
Binary1001011010000001110110011101000000101001101111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968136; }

 p { color: rgb(150,129,54); }

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

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

 a { background-color: rgb(150,129,54); }

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

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

 span { border-color: rgb(150,129,54); }

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