#968C11

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

Shades of Lemon Ginger #968C11

Tints of Lemon Ginger #968C11

Color information

#968C11 (or 0x968C11) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8C and 11. RGB value is (150,140,17). Sum of RGB (Red+Green+Blue) = 150+140+17=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C11 is #6973EE. Grayscale: #818181. Windows color (decimal): -6910959 or 1150102. OLE color: 1150102.

HSL color Cylindrical-coordinate representation of color #968C11: hue angle of 55.49º 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 #968C11 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15014017-
CMYK00.070.890.41
HSL55.49º79.64%32.75%-
HSV(B)55.49º88.67%58.82%-
XYZ22.0625.284.25-
YUV128.9764.81143-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=48.86%
G=45.60%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501401700.070.890.4155.4979.6432.75
Hex968C11075929375021
Octal2262142107131516712041
Binary100101101000110010001011110110011010011101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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