#968D11

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

Shades of Lemon Ginger #968D11

Tints of Lemon Ginger #968D11

Color information

#968D11 (or 0x968D11) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8D and 11. RGB value is (150,141,17). Sum of RGB (Red+Green+Blue) = 150+141+17=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #968D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D11 is #6972EE. Grayscale: #828282. Windows color (decimal): -6910703 or 1150358. OLE color: 1150358.

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

Color convert

RGB15014117-
CMYK00.060.890.41
HSL55.94º79.64%32.75%-
HSV(B)55.94º88.67%58.82%-
XYZ22.225.574.3-
YUV129.5564.48142.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 17 (7.03% from 255) = 5.52%
R=48.70%
G=45.78%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501411700.060.890.4155.9479.6432.75
Hex968D11065929385021
Octal2262152106131517012041
Binary100101101000110110001011010110011010011110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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