#968A11

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

Shades of Lemon Ginger #968A11

Tints of Lemon Ginger #968A11

Color information

#968A11 (or 0x968A11) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 11. RGB value is (150,138,17). Sum of RGB (Red+Green+Blue) = 150+138+17=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #968A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A11 is #6975EE. Grayscale: #808080. Windows color (decimal): -6911471 or 1149590. OLE color: 1149590.

HSL color Cylindrical-coordinate representation of color #968A11: hue angle of 54.59º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968A11 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15013817-
CMYK00.080.890.41
HSL54.59º79.64%32.75%-
HSV(B)54.59º88.67%58.82%-
XYZ21.7724.74.15-
YUV127.7965.48143.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=49.18%
G=45.25%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501381700.080.890.4154.5979.6432.75
Hex968A11085929375021
Octal22621221010131516712041
Binary1001011010001010100010100010110011010011101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A11; }

 p { color: rgb(150,138,17); }

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

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

 a { background-color: rgb(150,138,17); }

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

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

 span { border-color: rgb(150,138,17); }

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